Skip to main content
POST
Validate a Node Configuration

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parâmetros de caminho

id
string
obrigatório

Unique identifier of the catalog executor.

Corpo

application/json

Request body containing the configuration to validate.

config
object
obrigatório

The node configuration to check against the catalog executor's JSON Schema.

Exemplo:
mappedTargets
string[] | null

Field paths the node supplies through an inputMapping instead of a fixed value in config. Flowker counts them as satisfied, so a node that maps a required field from the trigger or from an earlier step passes the check. Omit the field to check config on its own.

Exemplo:

Resposta

Indicates that the request was successful and the response contains the requested data.

error
string

Validation error message. Empty when valid.

Exemplo:

""

valid
boolean

Whether the configuration passed validation.

Exemplo:

true