- API
- Rename folder
GET
https://send.now/api/folder/rename?key=1ltghrilhllgrx2b2&fld_id=58&name=My videos
| Parameters |
Description |
Example |
Format |
Required |
| key |
API-Key |
1ltghrilhllgrx2b2 |
String |
yes |
| fld_id |
ID of the folder |
58 |
Number |
yes |
| name |
The name of the folder |
My videos |
String |
yes |
cURL example
curl --include \
'https://send.now/api/folder/rename?key=1ltghrilhllgrx2b2&fld_id=58&name=My videos'
Response
{
"server_time": "2024-08-26 13:28:37",
"status": 200,
"msg": "OK",
"result": "true"
}
Status code
| 200 |
Everything is OK. Request succeeded |
| 400 |
Bad request (e.g. wrong parameters) |
| 403 |
Permission denied |
| 404 |
File not found |
| 451 |
Unavailable
|