Teams
Update Team
Updates the details of a specific team. Requires team:update
scope (or owner permission).
PUT
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the team to update.
Body
application/json
Team details to update.
The updated name of the team.
Maximum length:
200
Optional updated site limit specific to this team.
Required range:
x >= 0
Response
200
application/json
Team updated successfully.
Indicates if this is the user's personal team.
Indicates if this is the user's currently active team.
Number of sites currently associated with this team.
Maximum number of sites allowed for this team (0 means use organization limit).