v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Permissions

Update the permission

patch/permissions/{permissionId}

Headers

organizationstring required

The URL of the end-user web application

Request body

namestring

Permission name

descriptionstring

Permission description

actionsstring[]

The actions that this permission allows to be performed on the subject

Response

Permission updated

idstring required

Permission ID

namestring required

Permission name

descriptionstring required

Permission description

actionsstring[] required

The actions that this permission allows to be performed on the subject

Example response

{
  "subject": {
    "id": "896632c05f1a59b6d395b963",
    "fields": [
      "name",
      "address"
    ],
    "entity": "accountstatuses"
  }
}