Bulk update an entitlement list

POST {{baseUrl}}/entitlements/bulk-update

This API applies an update to every entitlement of the list.

The number of entitlements to update is limited to 50 items maximum.

The JsonPatch update follows the JSON Patch standard. allowed operations : { op: replace, path: /privileged, value: boolean } { op: replace, path: /requestable,value: boolean }

A token with ORG_ADMIN or API authority is required to call this API.

Request Body

{"entitlementIds"=>["2c91808a7624751a01762f19d665220d", "2c91808a7624751a01762f19d67c220e", "2c91808a7624751a01762f19d692220f"], "jsonPatch"=>[{"op"=>"replace", "path"=>"/privileged", "value"=>false}, {"op"=>"replace", "path"=>"/requestable", "value"=>false}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring