v1

latestOpenAPI 3.0.12026-07-1714724311.1 KB
Folders

Update a Folder

Update an existing folder

patch/folders/{id}

Path parameters

idstring required
Example:8cbb43fe-4cdf-4991-8352-c461779cec02

Unique identifier for the object.

Query parameters

fieldsstring[]

Control what fields are being returned in the object.

metastring

What metadata to return in the response.

Request body

namestring

Name of the folder. Can't be null or empty.

parentinteger

Unique identifier of the parent folder. This allows for nested folders.

Example request

{
  "parent": 3
}

Response

Successful request