Skip to main content
PUT
Updates an existing team in your COR instance using its external ID. Performs the same validations as creation and updates only the provided fields.

Path Parameters

string
required
External team ID that was used when creating the team

Request Body Requirements

object
required
string
Updated team name
string
External workspace ID that the team belongs to
string
Updated description

Known Errors

  • ZC001 — Entity is not associated (team with the specified external ID not found)
  • ValidationError — Missing required metadata.source field
  • WS001 — The workspace was not found in the system (if workspace_id is provided)