Describe the bug A clear and concise description of what the bug is.
In this doc:
https://developer.sailpoint.com/docs/api/v2026/get-entitlement-details-for-identity/
The example API call is this:
GET https://sailpoint.api.identitynow.com/v2026/revocable-objects
However this API call does not work.
It should be this:
GET https://sailpoint.api.identitynow.com/v2026/revocable-objects/identityId/{identityId}/entitlementId/{entitlementId}
Action: the documentation should be updated to show a proper example
To Reproduce Steps to reproduce the behavior:
If you run the example API call given in the doc, you get an error:
RESTEASY003210: Could not find resource for full path: http://stg02-uswest2-rats.accessiq.sailpoint.com/v2024/revocable-objects-v2024/7daeb10fdaac440f8e09bb5231e32a36"
Does not work:
works:

Describe the bug A clear and concise description of what the bug is.
In this doc:
https://developer.sailpoint.com/docs/api/v2026/get-entitlement-details-for-identity/
The example API call is this:
GET https://sailpoint.api.identitynow.com/v2026/revocable-objects
However this API call does not work.
It should be this:
GET https://sailpoint.api.identitynow.com/v2026/revocable-objects/identityId/{identityId}/entitlementId/{entitlementId}
Action: the documentation should be updated to show a proper example
To Reproduce Steps to reproduce the behavior:
If you run the example API call given in the doc, you get an error:
RESTEASY003210: Could not find resource for full path: http://stg02-uswest2-rats.accessiq.sailpoint.com/v2024/revocable-objects-v2024/7daeb10fdaac440f8e09bb5231e32a36"
Does not work:
works: