PermissionsUpdateRequest

Payload to update role permissions across one or more folders

Properties

Name Type Description
folderPermissions array List of folder permission assignments
View JSON Schema on GitHub

JSON Schema

automation-anywhere-permissionsupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PermissionsUpdateRequest",
  "title": "PermissionsUpdateRequest",
  "type": "object",
  "description": "Payload to update role permissions across one or more folders",
  "properties": {
    "folderPermissions": {
      "type": "array",
      "description": "List of folder permission assignments",
      "items": {
        "$ref": "#/components/schemas/RepositoryPermissions"
      }
    }
  }
}