Webex · Schema

GeneratePasswordPostResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
exampleSipPassword string Example password.
View JSON Schema on GitHub

JSON Schema

webex-generatepasswordpostresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeneratePasswordPostResponse",
  "title": "GeneratePasswordPostResponse",
  "type": "object",
  "properties": {
    "exampleSipPassword": {
      "type": "string",
      "example": "xyz123!",
      "description": "Example password."
    }
  }
}