Update Folder

Update a folder name or parent.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Update a folder's name and/or parent.

PATCH /v2/folder/{id} with a JSON body. A successful call returns 200 and a folder object.

After a successful 200, confirm with Lookup Folder — the PATCH body can briefly show the previous name or path.

📘

Folder id values are numeric strings (for example "1259852"), not UUIDs.

Path parameter

NameTypeDescription
idstringRequired. The folder identifier.

Request body

Send JSON with Content-Type: application/json. Send the fields you want to change.

FieldTypeDescription
namestringNew folder title.
parent_idstringMove the folder under another folder (numeric id).

Response

CodeMeaning
200Folder updated.
500Folder could not be updated (including when the id does not exist). Body includes message and detail.
Path Params
string
required

Folder id (numeric string)

Body Params
string

New folder title

string

Parent folder id (numeric string)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json