It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agopath/update item
We have setup the Connect server in Kubernetes and I am building powershell scripts to get and add items to my vaults.
I cannot figure out how to update an item.
For example adding more tags to ...
Jack_P_1P
1Password Team
3 years agoHi @dgreebe:
Thanks for reaching out! To update the fields on an item, the patch operation would be used.
Update a subset of item attributes
If you're looking to update the tags on an item, they aren't exposed directly in the prior endpoint, so using a GET (to get the current state of the item), combined with a PUT and replacing the item entirely is your best bet. This won't change the UUID of the item.
Replace an item
Let me know how you get on with that!
Jack