Skip to main content
POST
/
workspaces
/
{workspace_id}
/
workflows
/
validate-entrypoint
Error
A valid request URL is required to generate request examples
{
  "valid": true,
  "errors": [
    {
      "type": "dsl",
      "msg": "",
      "detail": [
        {
          "type": "<string>",
          "msg": "<string>",
          "loc": [
            123
          ]
        }
      ],
      "ref": "<string>"
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Body

application/json
expects
Expects · object | null

Response

Successful Response

valid
boolean
required
errors
(DSLValidationResult · object | SecretValidationResult · object | ExprValidationResult · object | TemplateActionExprValidationResult · object | ActionValidationResult · object)[]

Result of validating a generic input.