Validate an Executor Configuration
Validate an Executor Configuration
Use this endpoint to validate an executor configuration against its JSON Schema.
POST
Validate an Executor Configuration
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Path Parameters
Unique identifier of the catalog executor.
Body
application/json
Request body containing the configuration to validate.
Configuration object to validate.
Example:
{
"method": "POST",
"url": "https://api.example.com/validate"
}
