v1/jobs/workflow/params/check
POST/v1/jobs/workflow/params/check
check workflow request params
Request
- application/json
Body
required
params object
property name* object
classType string
inputs object
properties object
Responses
- 200
- 400
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
valid boolean
credits float
{
"valid": true,
"credits": 0
}
Bad Request: general error for invalid parameters More specific errors:
- invalid_samples: Sample count may only be greater then 1
- invalid_height_or_width: Height and width must be specified in increments of 64
- 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...