Skip to main content

Get a configuration validation by its id

GET 

/config/:config_id/validation

Experimental: This API is not stable and might be subject of change.
Fetch the validation of a configuration by id.

Request​

Path Parameters

    config_id stringrequired

    the identifier of the configuration validation.

Responses​

The configuration validation.

Schema

    id string

    The identifier of the related configuration.

    external_validation boolean

    True, if an external entity should validate a config change. In this case fixcore is emitting a task on the task queue of type validate_config. It expectes a listener to pickup this task and report back, if the configuration is valid or not.

Loading...