-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot process argument transformation on parameter 'Response' #121
Comments
Same issue with This cmdlet is related to the endpoint https://developer.sailpoint.com/docs/api/v2024/update-entitlements-in-bulk which does not return anything (204 with no content).
|
I see this is happening to more than one person, but I am not able to replicate it. Can you give me more details on how this error occurs? I am using: |
I'm using: The problem does not exist with PSSailPoint v1.4.7 |
Windows 10 PS C:\Program Files\PowerShell\7> deny-accessRequest -ApprovalId fe5a9b38e44c40bfa2cc5fe89160f08a -CommentDto $comment -verbose -debug User-Agent OpenAPI-Generator/1.4.8/ps VERBOSE: Request Body: { |
Cannot process argument transformation on parameter 'Response'
is received when running the following on 1.4.8:
get-report (all varieties: v2024, etc...)
deny-AccessRequest
They work fine on 1.4.7
The text was updated successfully, but these errors were encountered: