Webex · Example Payload

Webex Patchconfigaifeature Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Patchconfigaifeature 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": "patchConfigAiFeature",
  "method": "PATCH",
  "path": "/organization/{orgid}/ai-feature/{id}",
  "summary": "Partially update AI Feature resource by ID",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "realTimeTranscriptsPatchExample",
      "example": {
        "id": "26e2df70-0f77-41b8-8e8f-1d76e92c9638",
        "realtimeTranscripts": {
          "enable": true
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "suggestedResponsesPatchExample",
      "example": {
        "id": "26e2df70-0f77-41b8-8e8f-1d76e92c9638",
        "generatedSummaries": {
          "callDropSummariesEnabled": true,
          "virtualAgentTransferSummariesEnabled": true,
          "consultTransferSummariesEnabled": true,
          "wrapUpSummariesEnabled": true,
          "queuesInclusionType": "ALL"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "agentWellbeingPatchExample",
      "example": {
        "id": "26e2df70-0f77-41b8-8e8f-1d76e92c9638",
        "agentWellbeing": {
          "enable": true,
          "agentInclusionType": "ALL",
          "wellnessBreakReminders": "ENABLED"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": {
        "trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
        "error": {
          "key": "400",
          "reason": "Test reason",
          "message": [
            {
              "description": "Test error",
              "code": "400",
              "entity": "cc_user",
              "references": []
            }
          ]
        }
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "example": {
        "trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
        "error": {
          "key": "401",
          "reason": "Test reason",
          "message": [
            {
              "description": "Test error",
              "code": "401",
              "entity": "cc_user",
              "references": []
            }
          ]
        }
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": {
        "trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
        "error": {
          "key": "403",
          "reason": "Test reason",
          "message": [
            {
              "description": "Test error",
              "code": "403",
              "entity": "cc_user",
              "references": []
            }
          ]
        }
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": {
        "trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
        "error": {
          "key": "404",
          "reason": "Test reason",
          "message": [
            {
              "description": "Test error",
              "code": "404",
              "entity": "cc_user",
              "references": []
            }
          ]
        }
      }
    },
    {
      "status": "429",
      "contentType": "application/json",
      "example": {
        "trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
        "error": {
          "key": "429",
          "reason": "Test reason",
          "message": [
            {
              "description": "Test error",
              "code": "429",
              "entity": "cc_user",
              "references": []
            }
          ]
        }
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "example": {
        "trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
        "error": {
          "key": "500",
          "reason": "Test reason",
          "message": [
            {
              "description": "Test error",
              "code": "500",
              "entity": "cc_user",
              "references": []
            }
          ]
        }
      }
    }
  ]
}