Webex · Schema

PostDECTServiceabilityPasswordResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
password string 16-character serviceability password.
View JSON Schema on GitHub

JSON Schema

webex-postdectserviceabilitypasswordresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostDECTServiceabilityPasswordResponse",
  "title": "PostDECTServiceabilityPasswordResponse",
  "type": "object",
  "required": [
    "password"
  ],
  "properties": {
    "password": {
      "type": "string",
      "example": "?i@9$?F)iR?rHNsu",
      "description": "16-character serviceability password."
    }
  }
}