Webex · Example Payload

Webex Modifylinekeytemplate Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifylinekeytemplate Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "modifyLineKeyTemplate",
  "method": "PUT",
  "path": "/telephony/config/devices/lineKeyTemplates/{templateId}",
  "summary": "Modify a Line Key Template",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "userReorderEnabled": true,
        "lineKeys": [
          {
            "lineKeyIndex": 1,
            "lineKeyType": "PRIMARY_LINE"
          },
          {
            "lineKeyIndex": 2,
            "lineKeyType": "SPEED_DIAL",
            "lineKeyLabel": "Office",
            "lineKeyValue": "4850"
          },
          {
            "lineKeyIndex": 3,
            "lineKeyType": "SHARED_LINE",
            "sharedLineIndex": 1
          }
        ]
      }
    }
  ],
  "responseExamples": []
}