@@ -3108,7 +3108,7 @@ def get_all_user_vault_items_endpoint_user_vault_get(
31083108 ) -> ListUserVaultItemsResponse :
31093109 """Get All User Vault Items Endpoint
31103110
3111- Retrieve all items of a specific type for the user .
3111+ Retrieve all items the user has access to (both USER and ORG scoped) .
31123112
31133113 :param type:
31143114 :type type: UserVaultType
@@ -3180,7 +3180,7 @@ def get_all_user_vault_items_endpoint_user_vault_get_with_http_info(
31803180 ) -> ApiResponse [ListUserVaultItemsResponse ]:
31813181 """Get All User Vault Items Endpoint
31823182
3183- Retrieve all items of a specific type for the user .
3183+ Retrieve all items the user has access to (both USER and ORG scoped) .
31843184
31853185 :param type:
31863186 :type type: UserVaultType
@@ -3252,7 +3252,7 @@ def get_all_user_vault_items_endpoint_user_vault_get_without_preload_content(
32523252 ) -> RESTResponseType :
32533253 """Get All User Vault Items Endpoint
32543254
3255- Retrieve all items of a specific type for the user .
3255+ Retrieve all items the user has access to (both USER and ORG scoped) .
32563256
32573257 :param type:
32583258 :type type: UserVaultType
@@ -12078,7 +12078,7 @@ def update_user_vault_item_endpoint_user_vault_put(
1207812078 ) -> object :
1207912079 """Update User Vault Item Endpoint
1208012080
12081- Update or add multiple items of a specific type for the user.
12081+ Update or add an item of a specific type for the user.
1208212082
1208312083 :param user_vault_item: (required)
1208412084 :type user_vault_item: UserVaultItem
@@ -12146,7 +12146,7 @@ def update_user_vault_item_endpoint_user_vault_put_with_http_info(
1214612146 ) -> ApiResponse [object ]:
1214712147 """Update User Vault Item Endpoint
1214812148
12149- Update or add multiple items of a specific type for the user.
12149+ Update or add an item of a specific type for the user.
1215012150
1215112151 :param user_vault_item: (required)
1215212152 :type user_vault_item: UserVaultItem
@@ -12214,7 +12214,7 @@ def update_user_vault_item_endpoint_user_vault_put_without_preload_content(
1221412214 ) -> RESTResponseType :
1221512215 """Update User Vault Item Endpoint
1221612216
12217- Update or add multiple items of a specific type for the user.
12217+ Update or add an item of a specific type for the user.
1221812218
1221912219 :param user_vault_item: (required)
1222012220 :type user_vault_item: UserVaultItem
0 commit comments