Move design to folder
This endpoint is used to move a design to a specific folder.
Request
Method: POST
Endpoint:
https://api.creatopy.com/v1/moveDesignToFolder
Body:
designHash
(string, required): The hash of the design to be moved.folderId
(integer, required): The ID of the folder to which the design will be moved. If you want to move on to the root of the projectfolderId
should be-1
.
Response
Upon successful execution, the response will have a status code of 200 and a JSON content type. The response body will contain the following structure:
JSON
Last updated