Skip to main content

WorkflowUpdate

namestring

Possible values: non-empty

slugstring

Possible values: non-empty, Value must match regular expression ^[a-z0-9_-]+$

descriptionstring

Possible values: non-empty

isPublicboolean
typeWorkflowType (string)

Possible values: [training, processing, streaming, preset, ai-preset, group-preset]

nodesobject[]
edgesobject[]
presetCategoryWorkflowPresetCategory (string)

Possible values: [retrieval, text-generation, image-generation, speech-synthesis, language]

collectionIdinteger

Possible values: >= 1

datasetIdinteger

Possible values: >= 1

tagIdsinteger[]

Possible values: >= 1

WorkflowUpdate
{
"name": "string",
"slug": "string",
"description": "string",
"isPublic": true,
"type": "training",
"nodes": [
{}
],
"edges": [
{}
],
"presetCategory": "retrieval",
"collectionId": 0,
"datasetId": 0,
"tagIds": [
0
]
}