Teams

Update authenticated team

Update settings for the team bound to the API token.

patch/team

Request body

is_build_server_fallback_enabledboolean required

Whether deployments can fall back to the deployment server when no usable dedicated build server is available.

Response

Updated team.

idinteger

The unique identifier of the team.

namestring

The name of the team.

descriptionstring

The description of the team.

personal_teamboolean

Whether the team is personal or not.

created_atstring

The date and time the team was created.

updated_atstring

The date and time the team was last updated.

show_boardingboolean

Whether to show the boarding screen or not.

custom_server_limitstring

The custom server limit.

is_build_server_fallback_enabledboolean

Whether deployments can fall back to the deployment server when no usable dedicated build server is available.

Changes