Skip to main content
Version: Next

Patch authorization

PATCH 

/authorizations/:ownerKey

Manage the permissions assigned to the authorization.

Request

Path Parameters

    ownerKey int64required

    The key of the owner of the authorization.

Body

required
    action string

    Possible values: [ADD, REMOVE]

    Indicates if permissions should be added or removed.

    resourceType

    Possible values: [AUTHORIZATION, MESSAGE, JOB, APPLICATION, TENANT, DEPLOYMENT, PROCESS_DEFINITION, USER_TASK, DECISION_REQUIREMENTS_DEFINITION, DECISION_DEFINITION, USER_GROUP, USER, ROLE]

    The type of resource to add/remove perissions to/from.

    permissions undefined[]

    The permissions to add/remove.

  • Array [
  • permissionType

    Possible values: [CREATE, READ, UPDATE, DELETE]

    Specifies the type of permissions.

    resourceIds string[]

    A list of resource IDs the permission relates to.

  • ]

Responses

The Authorization was patched successfully.

Loading...