Skip to main content
PUT
Batch Update App Resource Roles

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
roles
UpdateAppResourceRoleInput · object[]

The roles to update. At most 200 per request. A larger batch is rejected with INVALID_ARGUMENT; split it across several requests.

Response

200 - application/json

Success

data
Role · object[]

The updated roles.