---
title: "PATCH /guilds/{guild_id}/welcome-screen"
method: PATCH
path: "/guilds/{guild_id}/welcome-screen"
---

# PATCH /guilds/{guild_id}/welcome-screen

`PATCH /guilds/{guild_id}/welcome-screen`

## Request body

- WelcomeScreenPatchRequestPartial
  - `description` string, nullable
  - `welcome_channels` GuildWelcomeChannel[], nullable
    - `channel_id` string, snowflake, required
    - `description` string, required
    - `emoji_id` string, snowflake
    - `emoji_name` string, nullable
  - `enabled` boolean, nullable

## Response `200`

200 response for update_guild_welcome_screen

- GuildWelcomeScreenResponse
  - `description` string, nullable, required
  - `welcome_channels` GuildWelcomeScreenChannelResponse[], required
    - `channel_id` string, snowflake, required
    - `description` string, required
    - `emoji_id` string, snowflake, required
    - `emoji_name` string, nullable, required

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

## Changes

- **2026-02-04** `e200830e509a` — 3 info
  - the response property `description` became required for the status `200`
  - the response property `welcome_channels/items/emoji_id` became required for the status `200`
  - the response property `welcome_channels/items/emoji_name` became required for the status `200`

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/guilds/:guild_id/welcome-screen/patch.md)

---

[API](https://skmtc.dev/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.dev/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/revisions/49efa428e0dd/schema)
