v1

latestSwagger 2.02026-08-04244186228.2 KB
app templates

Create or update a template given its full qualified name

If the template already exists and it is owned by somebody else then if will throw a 409

put/v1/templates/{template_name}

Headers

X-Fieldsstring mask

An optional fields mask

Request body

namestring
appParamsSchemaobject
appParamsUiSchemaobject
appMetricsSchemaobject
defaultAppParamsobject
defaultAppMetricsobject
defaultConstraintsobject
inputSchemaobject
inputUiSchemaobject
outputSchemaobject
outputUiSchemaobject
metadataobject
exampleDataobject
endpointstring
uuidstring
createdstring

time the template was created

measurement_job_costnumber

cost of measurement job

protocolstring
visibilitystring
dpWorkflowsstring[]
defaultWorkflowstring
trainingWorkflowstring
type'SUPER_TASK'
pricingstring
workflowstring
maxActiveinteger
groupstring

Example request

{
  "type": "SUPER_TASK"
}

Response

Success

namestring
appParamsSchemaobject
appParamsUiSchemaobject
appMetricsSchemaobject
defaultAppParamsobject
defaultAppMetricsobject
defaultConstraintsobject
inputSchemaobject
inputUiSchemaobject
outputSchemaobject
outputUiSchemaobject
metadataobject
exampleDataobject
endpointstring
uuidstring
createdstring

time the template was created

measurement_job_costnumber

cost of measurement job

protocolstring
visibilitystring
dpWorkflowsstring[]
defaultWorkflowstring
trainingWorkflowstring
type'SUPER_TASK'
pricingstring
workflowstring
maxActiveinteger
groupstring

Example response

{
  "type": "SUPER_TASK"
}