Skip to main content
PUT
Update Config Definition

Authorizations

Authorization
string
header
required

Path Parameters

config_definition_key
string
required

Body

application/json

Represents an existing configuration definition to be updated in the internal table.

indexes
string[]

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

Response

Successful Response

Represents the response for updating a configuration definition.

data
ConfigDefinitionEditable · object
required

Represents an existing configuration definition to be updated 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.