Step 6: Create application permissions
POST {{apiPath}}/environments/{{envID}}/applicationResources/{{appResourceID}}/permissions
The POST /environments/{{envID}}/applicationResources/{{appResourceID}}/permissions
operation creates an application permission associated with the application resource specified by its ID in the request URL.
The body of the request must specify an action that the permission grants. The action
property value is required, and a description
property value is optional.
See Create Application Permissions for more information.
Request Body
{"action"=>"write", "description"=>"Update documents"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |