Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,12 @@ This endpoint takes a JSON array of parameters in the following format:

###### JSON Params

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

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

Expand Down