You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a number of ApiCredentials that I want to update, but can't because I have "unsupported" fields and a custom icon.
Actual Behavior
First I tried just fetching the item, modifying the credential field and then calling client.Items.Put with my updated item. - That didn't work.
Then I tried fetching the item, and replaced the fields slice with just the updated field. - That also didn't work.
Both attempts yields the following error:
Editing is not supported for items with files, custom icons, or fields of types other than 'concealed' or 'text'
Expected Behavior
When updating a single field, I would expect to be able to update just that single field without having to update the rest of the item, otherwise any item with a custom icon or any unsupported can't be updated.
SDK version
v0.1.3
Additional information
I tried removing the custom icon, but the unsupported fields still block my update.
The text was updated successfully, but these errors were encountered:
If you could just add the possibility to update a single field directly by vault id, item_id and field_id/name, that would bypass the limitations and allow for updating any of the supported types - even on ApiCredentials which comes with a bunch of unsupported fields.
Scenario & Reproduction Steps
I have a number of
ApiCredentials
that I want to update, but can't because I have "unsupported" fields and a custom icon.Actual Behavior
First I tried just fetching the item, modifying the credential field and then calling
client.Items.Put
with my updated item. - That didn't work.Then I tried fetching the item, and replaced the fields slice with just the updated field. - That also didn't work.
Both attempts yields the following error:
Expected Behavior
When updating a single field, I would expect to be able to update just that single field without having to update the rest of the item, otherwise any item with a custom icon or any unsupported can't be updated.
SDK version
v0.1.3
Additional information
I tried removing the custom icon, but the unsupported fields still block my update.
The text was updated successfully, but these errors were encountered: