Update Team Role (Partial)
PATCH {{baseUrl}}/v2/teams/:identifier/roles/:teamRoleIdentifier?teamIdentifierType=id&identifierType=id
Updates the team role using team role 'id' or 'name'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
teamIdentifierType | string | Type of the identifier. Possible values are 'id' and 'name'. Default value is 'id' | |
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id' or 'name' |
Request Body
{"name"=>"<string>", "rights"=>[{"right"=>"ipsum id culpa", "granted"=>true}, {"right"=>"et deserunt", "granted"=>false}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}