Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.17 KB

File metadata and controls

20 lines (16 loc) · 1.17 KB

FolderUpdate

folderUpdate is a command that updates folder

Properties

Name Type Description Notes
accessibility str for personal password manager [optional] [default to 'regular']
add_tag list[str] List of the new tags that will be attached to this folder [optional]
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
json bool Set output format to JSON [optional] [default to False]
name str Folder name
rm_tag list[str] List of the existent tags that will be removed from this folder [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
type str [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]