Closed lori-vangulick-sp closed 1 year ago
🎉 Thanks for opening your first issue here! Be sure to follow the issue template, and welcome to the community! 🙌
Looks like this only affects the beta endpoint. The v3 endpoint has the correct documentation. I will get the beta fixed.
https://developer.sailpoint.com/idn/api/beta/create-sod-policy
PR is open. I'll report back once it is merged and published.
This is now fixed
Describe the bug A clear and concise description of what the bug is. The example BODY for POST to create a new SOD doesn't work. It gives an error about the "id" being in the wrong format. To get this to work the "id" should not be present at all in the BODY. To Reproduce Steps to reproduce the behavior:
{ "detailCode": "400.1.3 Illegal value", "trackingId": "3fe4d7c80fcd4ebdb07b972c7d618e3f", "messages": [ { "locale": "en-US", "localeOrigin": "DEFAULT", "text": "Illegal value \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\" for field \"policy.id\"." }, { "locale": "und", "localeOrigin": "REQUEST", "text": "Illegal value \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\" for field \"policy.id\"." } ], "causes": [] }
Expected behavior A policy would be created Actual behavior The above error occurred. Id must be omitted from the body or set to 'null' to avoid this error. The example should reflect that. Screenshots If applicable, add screenshots to help explain your problem.
Operating System (please complete the following information):
Browser (please complete the following information):
Additional context Add any other context about the problem here.