App: Make copy
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
POST
Path
/qrs/app/{id}/copy?name={name}
Description
Copy an existing app, identified by {id}. Optionally, provide a name for the copy.
Body
-
Return value
App:
{ "customProperties": null, "owner": { "userId": "", "userDirectory": "", "name": "", "id": "00000000-0000-0000-0000-000000000000" }, "name": "", "appId": "", "publishTime": "0001-01-01T00:00:00.000Z", "published": boolean, "tags": [ { "name": "", "id": "00000000-0000-0000-0000-000000000000" }], "stream": { "name": "", "id": "00000000-0000-0000-0000-000000000000" }], "fileSize": "", "privileges": null, "id": "00000000-0000-0000-0000-000000000000" }
Optional parameters
-
{name}: Name of the app.