Request Schema Entitlement Binding

Create Entitlement Binding

Link a request schema to a single app entitlement so the form is shown when requesting that entitlement.

post/api/v1/request_schema_entitlement_binding

Request body

requestSchemaIdstring

The unique identifier of the request schema to bind the entitlement to.

Response

The response message for creating a single entitlement binding.

requestSchemaIdstring

The unique identifier of the request schema the entitlement was bound to.

Changes