Step 8: Create application role permissions
POST {{apiPath}}/environments/{{envID}}/applicationRoles/{{appRoleID}}/permissions
The POST /environments/{{envID}}/applicationRoles/{{appRoleID}}/permissions
operation assigns permissions to the application role specified by its ID in the request URL. An application role can be assigned one or more defined application permissions.
The body of the request specifies the ID of the application permission to associate with the application role.
See Create Application Role Permission for more information.
Request Body
{"id"=>"{{appResourcePermissionID}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |