put
https://app.eraser.io/api/folders/
Updates a folder's name or parent. Order cannot be changed here.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example request
curl --location --request PUT 'https://app.eraser.io/api/folders/xK9mPq2vR' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $YOUR-TOKEN-HERE' \
--data '{
"name": "Updated Name"
}'Example response
{
"success": true
} 400Invalid folder ID or request body
401Missing or invalid bearer token
403Unauthorized
404Folder not found
500Internal server error