Move design to folder
This endpoint is used to move a design to a specific folder.
Request
curl --location 'https://api.thebrief.ai/v1/moveDesignToFolder' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhdXUpI2Yi5h4...' \
--data '{
"designHash": "mz2k0q",
"folderId": 716578
}'Response
{
"response": true
}Last updated

