Skip to main content

Update a team

Update a team

Path Parameters
teamId uuid REQUIRED
Header Parameters
organization-id uuid REQUIRED

ID of organization context this request belongs to.

Request Body REQUIRED
name string REQUIRED

Possible values: 3 ≤ length ≤ 150

responsibilities object[]
allCategories boolean REQUIRED
allOrganizations boolean

Specifies if all and future organizations are included.

allProducts boolean

Specifies if all and future products are included.

categories uuid[]
id uuid

ID of existing responsibility. If omitted, a new responsibility will be added.

mode string REQUIRED

Possible values: [READ, READ_WRITE]

organizations uuid[]
products uuid[]
organizationPermissionSet boolean
categoryPermissionSet boolean
productPermissionSet boolean
Responses
200

Team successfully updated

Schema OPTIONAL
id uuid OPTIONAL
name string OPTIONAL
organization uuid OPTIONAL
responsibilities object[] OPTIONAL
allCategories boolean
allOrganizations boolean OPTIONAL

Specifies if all and future organizations are included.

allProducts boolean OPTIONAL

Specifies if all and future products are included.

categories uuid[] OPTIONAL
id uuid OPTIONAL

ID of existing responsibility. If omitted, a new responsibility will be added.

mode string

Possible values: [READ, READ_WRITE]

organizations uuid[] OPTIONAL
products uuid[] OPTIONAL
organizationPermissionSet boolean OPTIONAL
categoryPermissionSet boolean OPTIONAL
productPermissionSet boolean OPTIONAL
400

Bad Request (e.g. element not found or resource conflict).

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL
403

Missing permission

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL
500

Internal server error (Internal service communication or process error).

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL