Organizations
Update a team
Partially updates a team — only fields explicitly present in the body are changed (an explicit null clears that field; omitting it leaves the existing value unchanged). Only an org_admin of that organization may call this. Renaming does not re-check for a collision with another team's name — it is possible, in principle, to end up with a duplicate name this way; this is verified current behavior, not a documentation simplification.
PATCH
/api/v1/orgs/:orgId/teams/:teamIdAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Path parameters
orgIdrequiredstring
The organization ID, from a GET /orgs response.
teamIdrequiredstring
The team ID, from a list-teams or create-a-team response.
Body
namestring
New team name; leading/trailing whitespace is trimmed.
costCenterCodestring | null
Cost-center code; pass null to clear it.
monthlyBudgetnumber | null
Monthly budget in USD; pass null to clear it.
Response examples