Name | Type | Description | Notes |
---|---|---|---|
basenames | Array<String> | [optional] | |
filetypes | Array<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 | Integer | The ID of the user to register files as. | [optional] |
other_group_id | Integer | The ID of the project controlling access to the registered files. | [optional] |
delete | BOOLEAN | Specifies to delete the file contents. This is only used during an "unregister" action. | [optional] [default to false] |