v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Folders

Patch folder

Update a folder's properties. Currently supports updating the folder title. Only the fields you include in the request body will be modified.

Returns the updated folder object.

🚧 Permissions

Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

patch/v1/folders/{folder_id}

Path parameters

folder_idstring required

Unique identifier of the folder.

Request body

titlestring

The folder's title.

Example request

{
  "title": "Updated Folder Title"
}

Response

200