title: Sync Guild Integration category: Guild
syncGuildIntegration
$client->guild->syncGuildIntegration($parameters);
Sync an integration. Requires the 'MANAGE_GUILD' permission.
Name | Type | Required | Default |
---|---|---|---|
guild.id | snowflake | true | null |
integration.id | string | true | null |
Returns a 204 empty response on success.