Skip to main content
PATCH
/
v2
/
folders
/
{folderId}
Update Folder Structure
curl --request PATCH \
  --url http://localhost:3000/api/v2/folders/{folderId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "folderId": "<string>",
  "studioId": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

folderId
string
required

Body

application/json
folderId
string
studioId
string

Response

Folder structure updated successfully

I