Skip to content

Commit afc04f2

Browse files
authored
document missing properties in Modify Channel Positions endpoint (#1776)
1 parent 5b63dae commit afc04f2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/resources/Guild.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,12 @@ This endpoint takes a JSON array of parameters in the following format:
641641

642642
###### JSON Params
643643

644-
| Field | Type | Description |
645-
| -------- | --------- | ------------------------------- |
646-
| id | snowflake | channel id |
647-
| position | ?integer | sorting position of the channel |
644+
| Field | Type | Description |
645+
| ---------------- | ---------- | -------------------------------------------------------------------------------- |
646+
| id | snowflake | channel id |
647+
| position | ?integer | sorting position of the channel |
648+
| lock_permissions | ?boolean | syncs the permission overwrites with the new parent, if moving to a new category |
649+
| parent_id | ?snowflake | the new parent ID for the channel that is moved |
648650

649651
## Get Guild Member % GET /guilds/{guild.id#DOCS_RESOURCES_GUILD/guild-object}/members/{user.id#DOCS_RESOURCES_USER/user-object}
650652

0 commit comments

Comments
 (0)