Error
A valid request URL is required to generate request examples{
"id": "<string>",
"label": "<string>",
"version": "<string>",
"parameters": [
{
"key": "<string>",
"value": "<string>"
}
],
"children": "<array>",
"parents": [
"<string>"
]
}Update a category's child object
PUT
/
collections
/
{collection}
/
taxonomy
/
{category}
/
children
/
{child}
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"label": "<string>",
"version": "<string>",
"parameters": [
{
"key": "<string>",
"value": "<string>"
}
],
"children": "<array>",
"parents": [
"<string>"
]
}Path Parameters
The name of a collection
The name of a category
The name of a category object
Query Parameters
The category's latest version, for optimistic concurrency control
Body
application/json
JSON-formatted category object configuration
Was this page helpful?
⌘I