Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.36 KB

MultiRegistrationModReq.md

File metadata and controls

15 lines (11 loc) · 1.36 KB

MultiRegistrationModReq

Properties

Name Type Description Notes
basenames string[] [optional]
filetypes string[] An array containing the filetypes associated with the files to register; each element must be a string containing the cbrain file type, a single dash, and then a repeat of the basename found in the basenames parameters. For example, "TextFile-abc.txt" [optional]
as_user_id int The ID of the user to register files as. [optional]
browse_path string A relative path such as "abcd/efgh" that can be provided when registering basenames deeper under the root of the DataProvider. This parameter only works for DataProvider types that have a 'multi-level' capability. Otherwise the string is ignored. The relative path will be used for all basenames in the current request. [optional]
other_group_id int The ID of the project controlling access to the registered files. [optional]
delete bool Specifies to delete the file contents. This is only used during an "unregister" action. [optional] [default to false]

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