Skip to main content
POST
Create Config Definition

Authorizations

Authorization
string
header
required

Body

application/json

Represents a new configuration definition to be created in the internal table.

config_definition_key
string
required

The unique identifier for the config definition.

indexes
string[]

List of field names to be indexed. Each must exist in the schema properties.

json_schema
Json Schema · object | null

JSON Schema for validating configs belonging to this config definition.

Response

Successful Response

Represents the response for the create configuration definition request.

data
ConfigDefinition · object
required

Represents a new configuration definition to be created in the internal table.

Example:
status
enum<string>
default:SUCCESS

The status of the response.

Available options:
SUCCESS,
FAILURE
message
string | null

The message for the response.

errors
any | null

The errors for the response.