This document is generated by Aladia.
spaceId
: Space Id where the folder currently residesfolderId
: subfolder to be reorderedposition
: The new folder position (index) inside the space it residesreordered
property to confirm the reorderingcurl --location --request POST 'https://api.aladia.io/v2/spaces//folders//position' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": 5
}'
{
"reordered": true
}