Toggle menu

createSharepointFolder

Description

Creates a folder in the SharePoint library.

Parameters

NameTypeDescription
folderLocationStringThe folder path to where the new folder should be created
folderNameStringThe name of the folder to create
authDetailsObject, optionalThe authDetails set in the worker configuration to use. If not set the request will use the default authDetails
authDetails.identifierStringThe identifier of authDetails set in the worker configuration
authDetails.authTypeStringThe 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

Share this page

Facebook icon Twitter icon email icon

Print

print icon