PATCH /guilds/{guild_id}
update guild
Servers
- https://discord.com/api/v10
 
Path parameters
| Name | Type | Required | Description | 
|---|---|---|---|
guild_id | 
            String | Yes | 
Request headers
| Name | Type | Required | Description | 
|---|---|---|---|
Content-Type | 
            String | Yes | 
                The media type of the request body.
                   Default value: "application/json"  | 
          
Request body fields
| Name | Type | Required | Description | 
|---|---|---|---|
rules_channel_id | 
            String | No | |
region | 
            String | No | |
afk_channel_id | 
            String | No | |
explicit_content_filter | 
            String | No | |
banner | 
            String | No | |
description | 
            String | No | |
splash | 
            String | No | |
verification_level | 
            String | No | |
safety_alerts_channel_id | 
            String | No | |
discovery_splash | 
            String | No | |
premium_progress_bar_enabled | 
            String | No | |
system_channel_flags | 
            String | No | |
default_message_notifications | 
            String | No | |
system_channel_id | 
            String | No | |
name | 
            String | No | |
preferred_locale | 
            String | No | |
afk_timeout | 
            String | No | |
public_updates_channel_id | 
            String | No | |
home_header | 
            String | No | |
owner_id | 
            String | No | |
features | 
            No | ||
icon | 
            String | No | 
How to start integrating
- Add HTTP Task to your workflow definition.
 - Search for the API you want to integrate with and click on the name.
      
- This loads the API reference documentation and prepares the Http request settings.
 
 - Click Test request to test run your request to the API and see the API's response.