v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Multi FileFeed Folders

Update a Multi FileFeed Folder

Update a specific Multi FileFeed folder by ID. Only the fields that need to be updated should be provided.

patch/v0/multi-file-feed-folders/{folder_id}

Request body

namestring

The name of the Multi FileFeed folder

descriptionstring nullable

The description of the Multi FileFeed folder

colorstring nullable

Color associated with the folder

custom_metadataobject nullable

Custom metadata associated with the folder

containing_folder_idinteger nullable

ID of the folder that should contain this folder. Null for root folders.

Response

Successful response

idinteger

The unique identifier of the Multi FileFeed folder

namestring

The name of the Multi FileFeed folder

descriptionstring nullable

The description of the Multi FileFeed folder

colorstring nullable

Color associated with the folder

custom_metadataobject nullable

Custom metadata associated with the folder

containing_folder_idinteger nullable

ID of the folder that contains this folder. Null for root folders.