POST
/
webhooks
/
config-update
Error
A valid request URL is required to generate request examples
{}

Authorizations

x-api-secret
string
header
required

Shared API secret configured via BOT_API_SECRET environment variable.

Body

application/json
guildId
string
required

Target guild ID

path
string
required

Dot-notated config path (e.g. "ai.model")

value
any
required

New value to set

Response

Updated config section

The response is of type object.