v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Adaptive Cards

Update Adaptive Card

Updates an adaptive card.

put/team-messaging/v1/adaptive-cards/{cardId}

Path parameters

cardIdstring required

Internal identifier of an adaptive card

Request body

type'AdaptiveCard' required

Type of attachment. This field is mandatory and filled on server side - will be ignored if set in request body

versionstring required

Version. This field is mandatory and filled on server side - will be ignored if set in request body

fallbackTextstring
minHeightstring

Specifies the minimum height of the card in pixels

speakstring

Specifies what should be spoken for this entire card. This is simple text or SSML fragment

lang'en' | 'fr' | 'es'

The 2-letter ISO-639-1 language used in the card. Used to localize any date/time functions

Example request

{
  "minHeight": "50px"
}

Response

OK

idstring

Internal identifier of an adaptive card

creationTimestring date-time

Adaptive Card creation datetime in ISO 8601 format

lastModifiedTimestring date-time

Post last modification datetime in ISO 8601 format

$schemastring

Schema of an adaptive card

type'AdaptiveCard'
versionstring

Version of an adaptive card. Filled on server-side

chatIdsstring[]

Chat IDs where an adaptive card is posted or shared.