Components

Assign a component to a team

Assign a component to an owning team, reassign it, or unassign it. A component is owned by at most one team.

put/components/{componentId}/team

Path parameters

componentIdstring uuid required

Component whose owning team to set.

Request body

teamIdstring uuid nullable required

Team to assign as owner, or null to unassign.

Response

OK

componentIdstring uuid required

Component that was updated.

teamIdstring uuid nullable required

Owning team after the update, or null when unassigned.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.