Webex · Schema

RebuildPhonesPostRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
locationId string Unique identifier of the location.
View JSON Schema on GitHub

JSON Schema

webex-rebuildphonespostrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RebuildPhonesPostRequest",
  "title": "RebuildPhonesPostRequest",
  "type": "object",
  "required": [
    "locationId"
  ],
  "properties": {
    "locationId": {
      "type": "string",
      "description": "Unique identifier of the location."
    }
  }
}