Update a team
Organization
Update a team
Partial update of a team. Only nodes of the business unit kind can be edited this way.
Required scope organisation:edit
patch
/teams/{id}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the team.
Bodyapplication/json
namestringName of the team.
descriptionstringFree-text description of the team.
iconstringIcon of the team.
Response200 · application/json
The updated team record.
idstring<uuid>requiredIdentifier of the team.
namestringrequiredName of the team.
typestringrequiredKind of node: an organization or a business unit.
descriptionstring | nullFree-text description of the team.
iconstring | nullIcon of the team.
parentOrganizationIdstring<uuid> | nullParent node in the organization tree.
createdAtstring<date-time>Timestamp the team was created.
updatedAtstring<date-time>Timestamp of the last change.