Description
Creates a folder in the SharePoint library.
Parameters
Name | Type | Description |
---|---|---|
folderLocation | String | The folder path to where the new folder should be created |
folderName | String | The name of the folder to create |
authDetails | Object, optional | The authDetails set in the worker configuration to use. If not set the request will use the default authDetails |
authDetails.identifier | String | The identifier of authDetails set in the worker configuration |
authDetails.authType | String | The authType of authDetails set in the worker configuration |
Example
{
"id": "123",
"jsonrpc": "2.0",
"method": "createSharepointFolder",
"params": {
"folderLocation": "Goss Test/Goss Test Subfolder",
"folderName": "New Folder"
}
}
Last modified on 30 October 2024