Edit folder#
Partially updates a folder via PATCH; only populated properties are included in the request.
| FolderGuid* | [Text] Required GUID of the folder to update. |
| Name | [Text] New non-empty folder name. |
| Description | [Text] New folder description. |
| ParentId | [Number] New numeric ID of the parent folder; 0 moves the folder to the root. |
| IsChatFolder | New chat folder flag value. |
| ObjectFolderGuid | [Text] New access folder GUID. |
| ParserType | New file processing mode. |
| Timeout | [Number] HTTP request timeout in seconds; default is 60. |
| Folder | PATCH result data; the current API returns an empty object on success. |
| Processing level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block in this diagram is used. |
| Message level | Select the level of messages that the blocks will emit while running. Possible values:
If "Default" is selected, the value from the "Start" block in this diagram is used. |
| Error text | [Text] Returns detailed error information if the block execution fails. |