CreateFolderRequestType

CreateFolderRequestType
CreateFolderRequestType

The parameters of CreateFolder.

JSON Example
{
    "name": "string"
}
string
name
Required

The name to be given the new folder. An entity name must be a non-empty string of less than 80 characters. The slash (/), backslash (\) and percent (%) will be escaped using the URL syntax. For example, %2F. Any percent (%) character used in this parameter must be escaped, unless it is used to start an escape sequence. Clients may also escape any other characters in this parameter.