This is more of a request I suppose. On the Vault Management API page (https://bitwarden.com/help/vault-management-api/) it would be nice to have examples of use via curl
.
For instance, the example JSON for adding a login item, contains a { "reprompt": true }
and this results in an error message: {"success":false,"message":"The model state is invalid."}
It appears that particular value needs to be a 0 or 1 and not true/false.
Having curl
based examples will help folks test and translate into their own tool choice.
Love the new feature, using it returns items in 0.058 seconds, versus getting the same item directly from the cli call, 1.23 seconds. Clearly not paying the startup cost of the cli on the Mac each time you want to fetch an item is great.
~cj