Skip to main content
PATCH
Update Category

Authorization

string
required
Bearer token for authentication. Format: Bearer qwoty_your_token

Path Parameters

string
required
Category UUID

Request Body

All fields are optional. Only provided fields will be updated.
string
Category name
string
Category description
boolean
Active status
string
UUID of parent category for hierarchical organization. Set to null to remove parent.
The api_name field is immutable and cannot be updated after creation.

Examples

Response

boolean
Indicates whether the request was successful
object
Updated category object

Error Responses