Webex · Example Payload

Webex Update A Team Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update A Team 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": "Update a Team",
  "method": "PUT",
  "path": "/teams/{teamId}",
  "summary": "Update a Team",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Build Squad",
        "description": "The A team"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1RFQU0vMTNlMThmNDAtNDJmYy0xMWU2LWE5ZDgtMjExYTBkYzc5NzY5",
        "name": "Build Squad",
        "description": "The A Team",
        "created": "2015-10-18T14:26:16.000Z"
      }
    }
  ]
}