Webex · Schema

ApplicationPutSharedLineMemberList

List of members to be added or modified for shared-line assignment to a Webex Calling Apps.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
members array List of members to be added or modified for shared-line assignment to a Webex Calling Apps.
View JSON Schema on GitHub

JSON Schema

webex-applicationputsharedlinememberlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationPutSharedLineMemberList",
  "title": "ApplicationPutSharedLineMemberList",
  "type": "object",
  "properties": {
    "members": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApplicationPutSharedLineMemberItem"
      },
      "description": "List of members to be added or modified for shared-line assignment to a Webex Calling Apps."
    }
  },
  "description": "List of members to be added or modified for shared-line assignment to a Webex Calling Apps."
}