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
Example request
{
"parent": 3
}Response
Successful request
Example response
{
"data": {
"id": "0cf0e03d-4364-45df-b77b-ca61f61869d2",
"name": "New York"
}
}