Update category
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
PUT /categories
Operation
Operation ID: updateCategory
Update an existing category
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"$ref": "#/components/schemas/CategoryUpdate"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Category updated successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026