v1

latestSwagger 2.02026-08-04244186228.2 KB
app instances

Clone app

post/v1/apps/{app_id}/clone

Query parameters

cloneMode'FULL_COPY' | 'ORGANIZATION_OWNED_COPY' | 'MEMBER_OWNED_COPY' | 'SYS_ADMIN'

The strategy to use for cloning the app. Can be one of: FULL_COPY, ORGANIZATION_OWNED_COPY, MEMBER_OWNED_COPY, SYS_ADMIN

Headers

X-Fieldsstring mask

An optional fields mask

Request body

appNamestring
appParamsobject
canoticCrowdboolean
MakeSysAdminOwnerboolean

Response

Success

namestring

Name of the app

templateNamestring

The class of the app instance

projectNamestring
metadataobject
appParamsobject
appMetricsobject
canoticCrowdboolean
constraintsobject
dpWorkflowsstring[]
selectedWorkflowstring
visibility'PRIVATE' | 'PUBLIC'
uuidstring

The app instance unique identifier

createdstring

time the app was created

statusstring
appParamsHistoryobject
appMetricsHistoryobject
job_statsobject
ownerEmailstring
enterpriseboolean
ownerIdinteger
workerRole'LABELER' | 'REVIEWER'
rolestring
ownerType'USER' | 'ORGANIZATION'
ownerUsernamestring
inputSchemaobject
inputUiSchemaobject
outputSchemaobject
outputUiSchemaobject
settingsobject

Example response

{
  "visibility": "PRIVATE",
  "workerRole": "LABELER",
  "ownerType": "USER"
}