developer.sailpoint.com icon indicating copy to clipboard operation
developer.sailpoint.com copied to clipboard

[Bug] Your Bug Report Here Requesting changes to 'Set lifecycle state' (set-lifecycle-state)

Open dab894 opened this issue 8 months ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

The documentation for the powershell SDK for Set lifecycle state is missing a few lines.

To Reproduce Steps to reproduce the behavior:

Navigate to https://developer.sailpoint.com/docs/api/v3/set-lifecycle-state (looks the same in all the api versions)

Expected behavior A clear and concise description of what you expected to happen.

The 1st 6 lines should say this: $IdentityId = "2c9180857893f1290178944561990364" # String | ID of the identity to update. $SetLifecycleStateRequest = @" { "lifecycleStateId": "96d5c406cc3946088a453a2f84c7013f" } "@

Actual behavior A clear and concise description of what actually happens.

They currently say this:

$IdentityId = "2c9180857893f1290178944561990364" # String | ID of the identity to update. $SetLifecycleStateRequest = @"

"@

Screenshots If applicable, add screenshots to help explain your problem.

dab894 avatar May 30 '25 17:05 dab894