Update fields of an existing category.
Documentation Index
Fetch the complete documentation index at: https://docs.big-panda.ai/llms.txt
Use this file to discover all available pages before exploring further.
API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.
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.
Successful Response
Category data returned in HTTP responses.
1 - 200UUID of the parent category, or null for a top-level category
x >= 0