Skip to main content
POST
Create Config

Authorizations

Authorization
string
header
required

Path Parameters

config_definition_key
string
required

Body

application/json

Represents the configuration.

data
Data · object
required

The data for the configuration.

config_key
string
required

The unique identifier for the config.

Response

Successful Response

Represents the response for creating a configuration.

data
Data · object
required
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.