From f756ad9faf4baa36cb734ae570458d37d9724390 Mon Sep 17 00:00:00 2001 From: Aleksei Zhukov Date: Wed, 19 Jan 2022 11:21:46 -0800 Subject: [PATCH] Update docs to match code changes --- docs/resources/item.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/item.md b/docs/resources/item.md index bb58c118..8ab57483 100644 --- a/docs/resources/item.md +++ b/docs/resources/item.md @@ -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.