We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d503d commit ca13133Copy full SHA for ca13133
src/onepassword/types.py
@@ -1299,7 +1299,7 @@ class Vault(BaseModel):
1299
"""
1300
attribute_version: int = Field(alias="attributeVersion")
1301
1302
- The attribute version number of the vault. It gets incremented whenever vault presentation information changes, such as its name or icon.
+ The attribute version number of the vault. It gets incremented whenever vault presentation information changes, such as its title or icon.
1303
1304
access: Optional[List[VaultAccess]] = Field(default=None)
1305
0 commit comments