3.1.5.3.9 create url-directories

The create url-directories request allows the client to create one or more directories (folders) on the site along with the specified metadata.

This operation is not atomic. If the bulk operation fails, some folders might have been created. In the case of a failure, the client SHOULD query the server with list documents (section 3.1.5.3.20) if it needs to determine what folders were created. Clients SHOULD use this method rather than create url-directory (section 3.1.5.3.10), to minimize the number of remote procedure calls (RPCs) made to create folders and to set their metadata.

Parameters

service_name: This parameter is deprecated; see service_name in section 3.1.5.3.1.

urldirs: A VECTOR-URL-DIRECTORY (section 2.2.2.2.16) specifying the names and metadata of folders to create. The client MUST specify one URL-DIRECTORY for each folder it wants to create. The server SHOULD create the folders in the order specified. The client MUST send this parameter.

Entry Point

FPAuthorScriptUrl

Return Values

message: For semantics, see message in section 3.1.5.3.1.