patch
https://developer.dacast.com/v2/folder/
Update a folder name or parent.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
Folderidvalues are numeric strings (for example"1259852"), not UUIDs.
Path parameter
| Name | Type | Description |
|---|---|---|
id | string | Required. The folder identifier. |
Request body
Send JSON with Content-Type: application/json. Send the fields you want to change.
| Field | Type | Description |
|---|---|---|
name | string | New folder title. |
parent_id | string | Move the folder under another folder (numeric id). |
Response
| Code | Meaning |
|---|---|
| 200 | Folder updated. |
| 500 | Folder could not be updated (including when the id does not exist). Body includes message and detail. |
