Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
sshipway
3 years agoOccasional Contributor
templateUuid error when trying to create secret via Ruby SDK
I am trying to create a new Secret in a 1Password vault via the Connect API (container 1.5.1), using the Ruby gem SDK (0.1.3)
I am calling the api with:
item = op.create_item(vault_id: vau...
Former Member
3 years agoHi there,
We do not currently have any officially supported Ruby SDK for connect. However, the error you are receiving looks to be indicating that you are not supplying a category (the templateUuid refers to the item category) for your 1Password item, however from your example it appears you are supplying this, which is odd.
Can you perhaps share with us which third party repo you are using so we can further look into this?