Request
necessary only for POST requests
Body Params application/json
{
"uri": "/",
"name": "folder1"
}
Request samples
curl --location --request POST 'http://localhost/~/api/create_folder' \
--header 'x-hfs-anti-csrf: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"uri": "/",
"name": "folder1"
}'
Responses
application/json Modified at 2025-05-30 14:11:00