[Bug] Your Bug Report Here Requesting changes to 'Set lifecycle state' (set-lifecycle-state)
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.