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 body is of type object
.
Response
200
application/json
Team updated successfully.
The response is of type object
.