We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Go example file, the example for creating a new item includes a web address saved in a text field type.
Here's the relevant bit of code:
{ ID: "uniqueId", Title: "Web address", Value: "1password.com", FieldType: onepassword.ItemFieldTypeText, SectionID: §ionID, },
We should update the item creation example to instead save the web address in a URL field type.
If the web address is added in a URL field type, it will display correctly in the 1Password app.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
In the Go example file, the example for creating a new item includes a web address saved in a text field type.
Here's the relevant bit of code:
Desired Behavior
We should update the item creation example to instead save the web address in a URL field type.
Benefits & Value
If the web address is added in a URL field type, it will display correctly in the 1Password app.
Additional information
No response
The text was updated successfully, but these errors were encountered: