External DocumentationTo learn more, visit the 1Password Connect Server documentation.
Parameters
| Parameter | Description | 
|---|---|
| Item ID | The ID of the item to retrieve details of. Can be obtained by using the List Itemsaction. | 
| Operation | Select the operation to perform. | 
| Path | An RFC6901 JSON Pointerto one of the following:* An item’s attribute. For example: /title- to update the item’stitle.* An item’s field by field ID. For example: /fields/username- for updating the entireusernamefield in an item.* An item’s field attribute. For example: /fields/username/value- for updating only thevalueof theusernamefield in an item. | 
| Value | The value to apply at the specified path. This can be one of the following: * A new item attributee.g. a new title.* A new valuefor anitem's field(a JSON object that represents the field).* A new valuefor anitem's field attributee.g. a new username value.Note: The value you provide must match the path you specify. For example if you used the path format /fields/<field_id>the value must represent a field object. | 
| Vault ID | The ID of the vault the item belongs to. Can be obtained by using the List Vaultsaction. |