API Docs / Schemas / CreateExternalFolderRequest

CreateExternalFolderRequest

Request to create a new folder in the client's external storage provider.

Properties

Name Type Description
name*string

Name for the new folder. Cannot contain characters that storage providers reject
(\ / : * ? " < > |) and cannot start or end with a space or a full stop.

Name for the new folder. Cannot contain characters that storage providers reject
(\ / : * ? " < > |) and cannot start or end with a space or a full stop.

parentFolderIdstring

Platform-specific id of the folder to create the new folder inside. Omit to create it
at the top level of the client's mapped folder.

Platform-specific id of the folder to create the new folder inside. Omit to create it
at the top level of the client's mapped folder.

JSON Example

{
  "name": "string",
  "parentFolderId": "string"
}

Used By Operations