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.
IsChatFolderNew chat folder flag value.
ObjectFolderGuid[Text] New access folder GUID.
ParserTypeNew file processing mode.
Timeout[Number] HTTP request timeout in seconds; default is 60.
FolderPATCH result data; the current API returns an empty object on success.
Processing level

Select the error handling level.

Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

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:

  • "Default" - default;
  • "Release" - output disabled;
  • "Debug" - basic information output;
  • "Detailed" - detailed information output.

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.