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
I'm trying to programmatically update a password via the REST API, but the two options we see have issues:
using the PUT /v1/vaults/{vaultUUID}/items/{itemUUID} operation does not work because then we also have to set things like the entropy and password strength (which should be generated by 1password)
using the PATH /v1/vaults/{vaultUUID}/items/{itemUUID} operation does not work because there's no way to reference the password value, something like "path": "fields/password/value" obviously because it's an array of fields
Is there a way to do this with the REST API?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to programmatically update a password via the REST API, but the two options we see have issues:
Is there a way to do this with the REST API?
The text was updated successfully, but these errors were encountered: