Projects
Copy items within a submission
Paths are relative to `submission/{submissionId}`. Requires `canCopySubmissionItems`; the submission must belong to `projectId`. Recomputes the submission's inventory.
Paths are relative to submission/{submissionId}. Requires canCopySubmissionItems; the submission must belong to projectId. Recomputes the submission's inventory.
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/copy" \ -H "Content-Type: application/json" \ -d '{ "itemPaths": [ "Renders/final.png" ], "destinationPath": "Approved" }'{ "count": 1, "virtualDestination": true, "published": true, "errors": [ { "type": "string", "message": "string", "data": null } ]}