Can I somehow update field data (label in particular) manually via the CLI?
I have some saved password where autofill puts them in the wrong field - the site where I'm using it has a "user login" field and an "admin login" field. They have distinct field names, and if I create a new record it fills the correct field. And indeed, when I look at the JSON data of the newly created record it uses the correct field name in the "label" field:
json
{
"id": "password",
"type": "CONCEALED",
"purpose": "PASSWORD",
"label": "adminPassword",
"value": "XXX",
"reference": "op://Personal/XXX/adminPassword",
"password_details": {}
}
However, I have quite a few such records that use the wrong field (with "label": "password"
) and I REALLY do not want to recreate all of them.
So I wonder if there's some way to use the CLI to update this label
field since neither the web version nor the Desktop app have a way to edit this.
I'd be perfectly fine with manually crafting a JSON patch or editing the JSON, but I couldn't find any way to actually update a record with a custom JSON body...
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided