cURL
curl --request POST \ --url https://api.mudstack.com/workspace/folders/move \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "failed": 123, "moved": 123 }
Move a folder from one location to another within the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The current path of the folder to move.
The new path of the folder.
Folder moved successfully.
Was this page helpful?