diff --git a/docs/resources/Channel.md b/docs/resources/Channel.md index b5eb9a0a6c..ab2479fa22 100644 --- a/docs/resources/Channel.md +++ b/docs/resources/Channel.md @@ -562,13 +562,16 @@ An object that represents a tag that is able to be applied to a thread in a `GUI ###### Forum Tag Structure -| Field | Type | Description | -| ---------- | ---------- | -------------------------------------------------------------------------------------------------------------- | -| id | snowflake | the id of the tag | -| name | string | the name of the tag (0-20 characters) | -| moderated | boolean | whether this tag can only be added to or removed from threads by a member with the `MANAGE_THREADS` permission | -| emoji_id | ?snowflake | the id of a guild's custom emoji \* | -| emoji_name | ?string | the unicode character of the emoji \* | +> info +> When updating a `GUILD_FORUM` channel, tag objects in `available_tags` only require the `name` field. + +| Field | Type | Description | +| ---------- | --------- | -------------------------------------------------------------------------------------------------------------- | +| id | snowflake | the id of the tag | +| name | string | the name of the tag (0-20 characters) | +| moderated | boolean | whether this tag can only be added to or removed from threads by a member with the `MANAGE_THREADS` permission | +| emoji_id | snowflake | the id of a guild's custom emoji \* | +| emoji_name | ?string | the unicode character of the emoji \* | \* At most one of `emoji_id` and `emoji_name` may be set.