Webex · Schema

PutThirdPartyDevice

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
sipPassword string Password to be updated.
View JSON Schema on GitHub

JSON Schema

webex-putthirdpartydevice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutThirdPartyDevice",
  "title": "PutThirdPartyDevice",
  "type": "object",
  "required": [
    "sipPassword"
  ],
  "properties": {
    "sipPassword": {
      "type": "string",
      "example": "Test4Password123&",
      "description": "Password to be updated."
    }
  }
}