Voxco · Schema
UpdateCode
Class contains information about code and its properties to update. Only not-null properties will be updated, i.e. for properties with null value the code saves original value.
Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management
Properties
| Name | Type | Description |
|---|---|---|
| key | integer | Key of code |
| description | string | Description of code |
| inputId | string | Input ID value of code |
| outputId | string | Output ID value of code |
| regexPattern | string | Regular expression pattern which may be used for assisting human coders or for automatic coding. |
| color | string | Color for the code in CSS hexadecimal six digit format, e.g. #FF0000 for red. If the code color is the default value of #000000 (black) this field will not be present in the response. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "UpdateCode",
"type": "object",
"properties": {
"key": {
"type": "integer",
"description": "Key of code",
"format": "int32",
"nullable": true
},
"description": {
"type": "string",
"description": "Description of code",
"nullable": true
},
"inputId": {
"type": "string",
"description": "Input ID value of code",
"nullable": true
},
"outputId": {
"type": "string",
"description": "Output ID value of code",
"nullable": true
},
"regexPattern": {
"type": "string",
"description": "Regular expression pattern which may be used for assisting human coders or for automatic coding.",
"nullable": true
},
"color": {
"type": "string",
"description": "Color for the code in CSS hexadecimal six digit format, e.g. #FF0000 for red.\r\n\r\nIf the code color is the default value of #000000 (black) this field will not be present in the response.",
"nullable": true
}
},
"additionalProperties": false,
"description": "Class contains information about code and its properties to update. \r\nOnly not-null properties will be updated, i.e. for properties with null value the code saves original value."
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/UpdateCode"
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.