update guild widget settings
PATCH {{baseUrl}}/guilds/:guild_id/widget
Update the widget settings for a guild
Request Body
{"channel_id"=>"<string,null>", "enabled"=>"<boolean,null>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"enabled":"\u003cboolean\u003e","channel_id":"\u003cstring,null\u003e"}