---
title: "PATCH /api/guilds/{guild_id}/welcome-screen/"
method: PATCH
path: "/api/guilds/{guild_id}/welcome-screen/"
tags: ["api"]
---

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

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

## Path parameters

- `guild_id` string, required

## Request body

- GuildUpdateWelcomeScreenSchema
  - `welcome_channels` object[]
    - `channel_id` string, required
    - `description` string, required
    - `emoji_id` string
    - `emoji_name` string
  - `enabled` boolean
  - `description` string

## Response `204`

No description available

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.net/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/versions/034b4e879932/schema)
