Webex · Schema

UpdateResourceResponseDTO

Response DTO containing a list of updated resources.

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
response array List of updated resources.
View JSON Schema on GitHub

JSON Schema

webex-updateresourceresponsedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateResourceResponseDTO",
  "title": "UpdateResourceResponseDTO",
  "type": "object",
  "description": "Response DTO containing a list of updated resources.",
  "example": {
    "response": [
      {
        "id": "80f49a6e-11d7-4651-b730-99ed2f726f61",
        "resourceType": "team",
        "status": 200
      },
      {
        "id": "90f49a6e-11d7-4651-b730-99ed2f726f62",
        "resourceType": "desktop-profile",
        "status": 400,
        "apiError": {
          "trackingId": "ccconfig_7113a3e7-bc11-43f2-9f2d-ded48e8685cd",
          "error": {
            "key": "400",
            "reason": "400 BAD_REQUEST \"Entity not found or more than one entity found on the unique fields\"",
            "message": [
              {
                "description": "400 BAD_REQUEST \"Entity not found or more than one entity found on the unique fields\""
              }
            ]
          }
        }
      }
    ]
  },
  "properties": {
    "response": {
      "type": "array",
      "description": "List of updated resources.",
      "items": {
        "$ref": "#/components/schemas/UpdateResourceDTO"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-updateresourceresponsedto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.