Search + K

Command Palette

Search for a command to run...

Sign In

bulk_update_guild_channels

PATCH /guilds/{guild_id}/channels
Copy endpoint
https://discord.com/api/v10

Parameters

path Path Parameters

Name Type
guild_id required
type SnowflakeType = string

Request Body

application/json required
{
id?: SnowflakeType
type SnowflakeType = string
| null
;
position?: number | null;
parent_id?: SnowflakeType
type SnowflakeType = string
| null
;
lock_permissions?: boolean | null;
}
[]

Responses

204

204 response for bulk_update_guild_channels

unknown

Client Errors

429 application/json

Client ratelimited response

type RatelimitedResponse = never
4XX application/json

Client error response

type ErrorResponse = never