Update a Team

Update a Team’s details.

Path parameters

organizationIdstringRequired

The ID of the Organization to which the Team belongs.

teamIdstringRequired

The ID of the Team to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

The Team’s name.

descriptionstringOptional

The Team’s description.

Response

OK

createdAtdatetime

The time when the Team was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

idstring

The Team’s ID.

isIdpManagedboolean

Whether the Team is managed by an identity provider (IdP).

namestring

The Team’s name.

organizationIdstring

The ID of the Organization to which the Team belongs.

organizationRoleenum

The Team’s Organization role.

Allowed values:
updatedAtdatetime

The time when the Team was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

createdByobjectOptional
deploymentRoleslist of objectsOptional

The Team’s role in each Deployment it belongs to.

descriptionstringOptional

The Team’s description.

rolesCountintegerOptional

The number of roles the Team has.

updatedByobjectOptional
workspaceRoleslist of objectsOptional

The Team’s role in each Workspace it belongs to.

Errors