Batch update folders. If only one folder needs to be updated, just provide the information for that folder.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"folderInfos": [
{
"folderColor": "#3370FF",
"folderName": "Default folder 25740",
"id": "2c92b0239753bd0f019753d12ab10008",
"sortOrder": 2
},
{
"folderColor": "#3370FF",
"folderName": "sdfds test",
"id": "2c92b02394915838019491f61f160010",
"sortOrder": 33
}
]
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/folder/batch/update' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"folderInfos": [
{
"folderColor": "#3370FF",
"folderName": "Default folder 25740",
"id": "2c92b0239753bd0f019753d12ab10008",
"sortOrder": 2
},
{
"folderColor": "#3370FF",
"folderName": "sdfds test",
"id": "2c92b02394915838019491f61f160010",
"sortOrder": 33
}
]
}'
Responses
This response does not have a body.
Modified at 2025-08-13 08:03:32