Recently all our passwordstate Lists were modified and 'provide a reason when using api' was checked on all of them. I know 'reason' is a parameter however it turns out it is not yet correctly parsed and sent to PasswordState.
Expected outcome: the data for password id 80
Actual outcome: PowerShell Error:
OperationStopped:
Line |
158 | Throw $_.Exception
| ~~~~~~~~~~~~~~~~~~
| Response status code does not indicate success: 401 ([{"errors":[{"message":"No Authorization"},{"phrase":"PasswordListID '81' is configured so the Reason Header Attribute is mandatory, but it has not been specified."}]}]).
I am working on a fix but thought I'd already let you know
Hi Daryl,
Recently all our passwordstate Lists were modified and 'provide a reason when using api' was checked on all of them. I know 'reason' is a parameter however it turns out it is not yet correctly parsed and sent to PasswordState.
Script:
Expected outcome: the data for password id 80 Actual outcome: PowerShell Error:
I am working on a fix but thought I'd already let you know