1Password · Arazzo Workflow
1Password Rotate an Item Password
Version 1.0.0
Read an item, then apply a JSON Patch to replace its password field value.
Provider
Workflows
rotate-item-password
Replace an item's password field value with a JSON Patch operation.
Reads the target item to confirm it exists and capture its current version, then applies a JSON Patch replace operation that updates the password field value in place.
1
readItem
getItemById
Read the target item to confirm it exists and capture its current version before applying the patch.
2
patchPassword
patchItem
Apply a JSON Patch replace operation that updates the targeted field value in place, leaving the rest of the item intact.