API ReferenceProject File Category
Move all files from one category to another.
Move all files from one category to another.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
ProjectFileMove identifier
The new ProjectFileMove resource
TypeScript Definitions
Use the request body type in TypeScript.
categoryFrom*string
Format
uuidcategoryTo*string
Format
uuidprojectFiles?array<>
Ids of files to move, in move-all operation this is ignored.
Response Body
curl -X POST "https://example.com/project/projects/string/move-all-files" \ -H "Content-Type: application/json" \ -d '{ "categoryFrom": "02adc2b6-dbf1-4124-a44f-95d63209e738", "categoryTo": "dca0daff-6f81-400f-abbc-d8eb9808bf00" }'Empty
