Skip to main content
PUT
Update Discord Integration

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Path Parameters

id
integer
required

Unique database ID of the integration.

Body

application/json
guild_name
string
Example:

"Updated Guild Name"

is_active
boolean
Example:

true

log_channel_id
string
Example:

"9876543210987654"

log_dm_enabled
boolean
Example:

true

Response

Integration updated.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"