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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;enabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;channel_id&quot;:&quot;\u003cstring,null\u003e&quot;}