Webex · Schema

PatchTaskRequest

Request body for patching a task.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
attributes object This is a schema free data tuple to pass-on specific data, depending on the outboundType. Supports a maximum of 30 tuples. Each tuple can have a key up to 200 bytes (up to 200 UTF-8 characters) and a
View JSON Schema on GitHub

JSON Schema

webex-patchtaskrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchTaskRequest",
  "title": "PatchTaskRequest",
  "description": "Request body for patching a task.",
  "required": [
    "attributes"
  ],
  "type": "object",
  "properties": {
    "attributes": {
      "type": "object",
      "description": "This is a schema free data tuple to pass-on specific data, depending on the outboundType. Supports a maximum of 30 tuples. Each tuple can have a key up to 200 bytes (up to 200 UTF-8 characters) and a value up to 1024 bytes (up to 1024 UTF-8 characters).",
      "example": {
        "channel": "sales"
      }
    }
  }
}