Webex · Example Payload

Webex Updateannouncementplaylist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updateannouncementplaylist Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateAnnouncementPlaylist",
  "method": "PUT",
  "path": "/telephony/config/announcements/playlists/{playlistId}",
  "summary": "Update Announcement Playlist",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "testingHydraAnnouncementPlaylistWithTwoFiles",
        "announcementIds": [
          "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8yMTkxMDhmNC1iMGVjLTRkNTMtODMzYy1kNTE1NWE4OWQzZTk",
          "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zY2I2Y2Q1MS02Zjk3LTRiMmYtYTA0Yy04MjRmOGQ2NjQyYTU"
        ]
      }
    }
  ],
  "responseExamples": []
}