Skip to content

Commit ca13133

Browse files
authored
Revert name to title in comment
1 parent d9d503d commit ca13133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepassword/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ class Vault(BaseModel):
12991299
"""
13001300
attribute_version: int = Field(alias="attributeVersion")
13011301
"""
1302-
The attribute version number of the vault. It gets incremented whenever vault presentation information changes, such as its name or icon.
1302+
The attribute version number of the vault. It gets incremented whenever vault presentation information changes, such as its title or icon.
13031303
"""
13041304
access: Optional[List[VaultAccess]] = Field(default=None)
13051305
"""

0 commit comments

Comments
 (0)