Hi,
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?
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?