The requirement is we need to update the approver groups for multiple entitlements, so how can we add multiple entitlement ID’s in (PUT) Replace Entitlement Request Config API. Can anyone help me on this?
After reviewing the docs it looks like you should be able to do complete like this in the put call.
jsonPatch": [
{
"op": "replace",
"path": "/PATH",
"value": [ID, ID, ID]
}
]
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
