Webex · Example Payload

Webex Updateplaylistlocations Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updateplaylistlocations 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": "updatePlaylistLocations",
  "method": "PUT",
  "path": "/telephony/config/announcements/playlists/{playlistId}/locations",
  "summary": "Update Playlist Locations",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "locationIds": [
          "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2M3YWEzNjQzLTYyNmYtNGQ0Yy1hNzNmLTk0MTA3NDgzMjMxMg",
          "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzg4NzhlNzE4LTczMGItNGY2OC1iZTc3LTViMjNiNWUwOGUwZg"
        ]
      }
    }
  ],
  "responseExamples": []
}