Skip to content

Commit 2158f32

Browse files
committed
update readme
1 parent 1aed96f commit 2158f32

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,18 @@ Operations:
8787
- [x] [Create items](https://developer.1password.com/docs/sdks/manage-items#create-an-item)
8888
- [x] [Update items](https://developer.1password.com/docs/sdks/manage-items#update-an-item)
8989
- [x] [Delete items](https://developer.1password.com/docs/sdks/manage-items#delete-an-item)
90-
- [x] Archive items
90+
- [x] [Archive items](https://developer.1password.com/docs/sdks/manage-items/#archive-an-item)
9191
- [x] [List items](https://developer.1password.com/docs/sdks/list-vaults-items/)
92-
- [x] Share items
93-
- [x] Generate PIN, random and memorable passwords
92+
- [x] [Share items](https://developer.1password.com/docs/sdks/share-items) (items with files cannot be shared)
93+
- [x] [Generate PIN, random and memorable passwords](https://developer.1password.com/docs/sdks/manage-items#generate-a-password)
9494

9595
Field types:
9696
- [x] API Keys
9797
- [x] Passwords
9898
- [x] Concealed fields
9999
- [x] Text fields
100100
- [x] Notes
101-
- [x] SSH private keys, public keys, fingerprint and key type (partially supported: supported in resolving secret references, not yet supported in item create/get/update)
101+
- [x] SSH private keys, public keys, fingerprint and key type
102102
- [x] One-time passwords
103103
- [x] URLs
104104
- [x] Websites (used to suggest and autofill logins)
@@ -108,8 +108,10 @@ Field types:
108108
- [x] Emails
109109
- [x] References to other items
110110
- [ ] Address
111-
- [ ] Date / MM/YY
112-
- [ ] Files attachments and Document items
111+
- [ ] Date
112+
- [x] MM/YY
113+
- [x] Files attachments and Document items
114+
- [x] Menu
113115

114116
### Vault management
115117
- [ ] Retrieve vaults

0 commit comments

Comments
 (0)