Guilds

Update channel positions

Update channel positions. Requires manage_channels permission. Reorders channels and optionally changes parent categories and permission locks.

patch/guilds/{guild_id}/channels

Path parameters

guild_idstring snowflake required

The ID of the guild

Request body

idstring snowflake required
positioninteger

New position for the channel

parent_idstring snowflake
preceding_sibling_idstring snowflake
lock_permissionsboolean

Whether to sync permissions with the new parent

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.