Skip to main content
PUT
Update category
When updating a category, only the fields you include in the request will be modified — all other fields remain unchanged.
The only required field is id, which identifies the category to update.
You can update one or more fields, including multilingual ones such as name or description.

Example Request

Authorizations

x-api-key
string
header
required

Body

application/json
id
string
required
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

name
object
slug
string
description
object
icon
string<uri>
banner
string<uri>
order
integer
Required range: x >= 0
isActive
boolean

Response

Updated