Projects
Move items within a submission
Paths are relative to `submission/{submissionId}`. Items already in the destination folder are skipped (`count` may be 0). Requires `canMoveSubmissionItems`; the submission must belong to `projectId`.
Paths are relative to submission/{submissionId}. Items already in the destination folder are skipped (count may be 0). Requires canMoveSubmissionItems; the submission must belong to projectId.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
projectId*string
Unique ID of the project.
Format
uuidsubmissionId*string
The ID of the submission. Must belong to projectId.
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PUT "https://example.com/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/submission/497f6eca-6276-4993-bfeb-53cbbbba6f08/files/move" \ -H "Content-Type: application/json" \ -d '{ "itemPaths": [ "Renders/final.png", "Renders/alt" ], "destinationPath": "Approved" }'{ "count": 1, "virtualDestination": true, "published": true, "errors": [ { "type": "string", "message": "string", "data": null } ]}