PUT 1.0/{InstanceId}/Folders/{FolderId}
Updates a specific Folder and its corresponding permission entries
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
| FolderId |
The ID of the folder to be edited |
integer |
Required |
Body Parameters
Object containing the folder details and permission entries
CreateUpdateFolderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Folder name |
string |
Required |
| NodeType |
Folder Type |
FolderNodeType |
Required |
| ParentId |
Folder Parent Id |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"NodeType": "FilingRoot",
"ParentId": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Appropriate HTTP headers with no content are returned only