title: Modify Guild Integration category: Guild
modifyGuildIntegration
$client->guild->modifyGuildIntegration($parameters);
Modify the behavior and settings of a integration object for the guild. Requires the 'MANAGE_GUILD' permission. Fires a Guild Integrations Update Gateway event.
Name | Type | Required | Default |
---|---|---|---|
guild.id | snowflake | true | null |
integration.id | string | true | null |
expire_behavior | integer | false | null |
expire_grace_period | integer | false | null |
enable_emoticons | bool | false | null |
Returns a 204 empty response on success.