Update a cost center
PATCH/cost_centers/:id
Partial update of name, type, description, active. Requires scope finance.cost_centers.write. Send description: null to clear it, or active: false to soft-deactivate (existing references are preserved).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Updated cost center.
Malformed JSON body.
Missing / invalid / expired / revoked token.
Token lacks the finance.cost_centers.write scope.
Cost center not found within the tenant.
Schema validation failure.
Unhandled server error.