Validate Catalog Template Parameters
Validate Catalog Template Parameters
Use this endpoint to validate template parameters against the template’s JSON Schema.
POST
Validate Catalog Template Parameters
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 template.
Body
application/json
Request body containing the parameters to validate.
Template parameter values to validate.
Example:
{
"midaz_config_id": "d4e5f6a7-b8c9-4012-d345-678901234567",
"risk_threshold": 0.8
}
