Skip to content

Commit

Permalink
Update docs to match code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drdaeman authored Jan 19, 2022
1 parent 17fd64e commit f756ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/item.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Optional:
- **id** (String, Optional) A unique identifier for the field.
- **password_recipe** (Block List, Max: 1) Password for this item. (see [below for nested schema](#nestedblock--section--field--password_recipe))
- **purpose** (String, Optional) Purpose indicates this is a special field: a username, password, or notes field. One of ["USERNAME" "PASSWORD" "NOTES"]
- **type** (String, Optional) The type of value stored in the field. One of ["STRING" "EMAIL" "CONCEALED" "URL" "TOTP" "DATE" "MONTH_YEAR" "MENU"]
- **type** (String, Optional) The type of value stored in the field. One of ["STRING" "EMAIL" "CONCEALED" "URL" "OTP" "DATE" "MONTH_YEAR" "MENU"]
- **value** (String, Optional) The value of the field.

<a id="nestedblock--section--field--password_recipe"></a>
Expand Down

0 comments on commit f756ad9

Please sign in to comment.