teams
Updates the team with the specified id.
<Check title="Required Permissions" icon="key">The user must be an admin.</Check>
put/teams/{teamId}
Path parameters
teamIdstring uuid required
The id of the team to update.
Query parameters
includeUserIdsboolean
Whether to include the ids of users that are in the team.
includeProjectIdsboolean
Whether to include the ids of projects that are assigned to the team.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK
Changes
Changed in 1 of the 5 revisions of this API.3
- ●
the
colorrequest property's maxLength was set to14request-property-max-length-set
- ●
the
iconrequest property's maxLength was set to25request-property-max-length-set
- ●
the
namerequest property's maxLength was set to255request-property-max-length-set
- ●