Webex · Example Payload
Webex Update Device Configurations Example
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Webex Update Device Configurations 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
{
"operationId": "Update Device Configurations",
"method": "PATCH",
"path": "/deviceConfigurations",
"summary": "Update Device Configurations",
"requestExamples": [
{
"contentType": "application/json-patch+json",
"example": [
{
"op": "replace",
"path": "Audio.Ultrasound.MaxVolume/sources/configured/value",
"value": 50
},
{
"op": "remove",
"path": "Conference.MaxReceiveCallRate/sources/configured/value"
}
]
}
],
"responseExamples": [
{
"status": "201",
"contentType": "application/json",
"example": {
"deviceId": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=",
"items": {
"Audio.Ultrasound.MaxVolume": {
"value": 50,
"source": "configured",
"sources": {
"default": {
"value": 70,
"editability": {
"isEditable": false,
"reason": "FACTORY_DEFAULT"
}
},
"configured": {
"value": 50,
"editability": {
"isEditable": true
}
}
},
"valueSpace": {
"type": "integer",
"maximum": 100,
"minimum": 0
}
},
"FacilityService.Service[1].Name": {
"value": "Live Support",
"source": "default",
"sources": {
"default": {
"value": "Live Support",
"editability": {
"isEditable": false,
"reason": "FACTORY_DEFAULT"
}
},
"configured": {
"value": null,
"editability": {
"isEditable": true
}
}
},
"valueSpace": {
"type": "string",
"maxLength": 1024,
"minLength": 0
}
},
"Conference.MaxReceiveCallRate": {
"value": 6000,
"source": "default",
"sources": {
"default": {
"value": 6000,
"editability": {
"isEditable": false,
"reason": "FACTORY_DEFAULT"
}
},
"configured": {
"value": null,
"editability": {
"isEditable": true
}
}
},
"valueSpace": {
"type": "integer",
"maximum": 6000,
"minimum": 64
}
},
"Video.Output.Connector[2].Resolution": {
"value": "Auto",
"source": "default",
"sources": {
"default": {
"value": "Auto",
"editability": {
"isEditable": false,
"reason": "FACTORY_DEFAULT"
}
},
"configured": {
"value": null,
"editability": {
"isEditable": false,
"reason": "CONFIG_MANAGED_BY_DIFFERENT_AUTHORITY"
}
}
},
"valueSpace": {
"enum": [
"1920_1080_50",
"1920_1080_60",
"1920_1200_50",
"1920_1200_60",
"2560_1440_60",
"3840_2160_30",
"3840_2160_60",
"Auto"
],
"type": "string"
}
}
}
}
}
]
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-update-device-configurations-example"
All examples
curl "https://apis.io/api/v1/examples?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.