Update a category
PATCH/categories/:id
Partial update of name and type only. Requires scope finance.categories.write. Re-parenting is not supported via v1. Changing a parent's type cascades to all descendants (internal behavior).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Updated category.
Malformed JSON body.
Missing / invalid / expired / revoked token.
Token lacks the finance.categories.write scope.
Category not found within the tenant.
Schema validation failure.
Unhandled server error.