You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike other methods where the module variable $VenafiSession is passed and detected automatically, the Invoke-VenafiRestMethod method requires the VenafiSession parameter to be passed as shown above.
Error Message
Invoke-VenafiRestMethod -Method "Post" -UriLeaf "Metadata/UpdateItem" ...
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Value cannot be null. (Parameter 'type')
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Invoke-VenafiRestMethod -VenafiSession $VenafiSession -Method "Post" -UriLeaf "Metadata/UpdateItem" -Body $metadataJson
Unlike other methods where the module variable $VenafiSession is passed and detected automatically, the Invoke-VenafiRestMethod method requires the VenafiSession parameter to be passed as shown above.
Error Message
The text was updated successfully, but these errors were encountered: