v1/workflows/template/check
POST/v1/workflows/template/check
check workflow template params
Request
- application/json
Body
required
- Array [
- ]
templateId uint64
fields object
fieldAttrs object[]
nodeId string
fieldName string
fieldValue
Responses
- 200
- 404
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
valid boolean
credits float
{
"valid": true,
"credits": 0
}
Not Found: template not found
- application/json
- Schema
Schema
- any
Default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...