Update an existing category
Categories
Update an existing category
Update fields of an existing category.
PUT
Update an existing category
Authorizations
API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.
Path Parameters
Body
application/json
Payload for updating an existing category.
All fields are optional. Only fields that are explicitly provided will be modified — other fields keep their current value.
Note: parent_id can be set to null explicitly to move a category to the top level. Pydantic distinguishes "not in payload" from "explicitly null" via model_fields_set.
Response
Successful Response
Category data returned in HTTP responses.
Required string length:
1 - 200UUID of the parent category, or null for a top-level category
Required range:
x >= 0