{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Adaptive Cards", "type": "folder" }, "items": [ { "info": { "name": "Create Adaptive Card", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/team-messaging/v1/chats/:chatId/adaptive-cards", "params": [ { "name": "chatId", "value": "", "type": "path", "description": "Internal identifier of a chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new adaptive card in the chat specified in path." }, { "info": { "name": "Get Adaptive Card", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/adaptive-cards/:cardId", "params": [ { "name": "cardId", "value": "", "type": "path", "description": "Internal identifier of an adaptive card, or comma separated list of adaptive cards IDs." } ] }, "docs": "Returns adaptive card(s) with given id(s)." }, { "info": { "name": "Update Adaptive Card", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.ringcentral.com/team-messaging/v1/adaptive-cards/:cardId", "params": [ { "name": "cardId", "value": "", "type": "path", "description": "Internal identifier of an adaptive card" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an adaptive card." }, { "info": { "name": "Delete Adaptive Card", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.ringcentral.com/team-messaging/v1/adaptive-cards/:cardId", "params": [ { "name": "cardId", "value": "", "type": "path", "description": "Adaptive Card ID to be deleted." } ] }, "docs": "Deletes an adaptive card by ID." } ] } ], "bundled": true }