chore: sync openapi & i18n
This commit is contained in:
@@ -75628,6 +75628,17 @@
|
||||
],
|
||||
"description": "New parent category ID"
|
||||
},
|
||||
"preceding_sibling_id": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"description": "ID of the sibling channel that should directly precede this channel after reordering"
|
||||
},
|
||||
"lock_permissions": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to sync permissions with the new parent"
|
||||
|
||||
@@ -1192,6 +1192,7 @@ Value after the change
|
||||
| lock_permissions? | boolean | Whether to sync permissions with the new parent |
|
||||
| parent_id? | ?[SnowflakeType](#snowflaketype) | New parent category ID |
|
||||
| position? | integer (int64) | New position for the channel |
|
||||
| preceding_sibling_id? | ?[SnowflakeType](#snowflaketype) | ID of the sibling channel that should directly precede this channel after reordering |
|
||||
|
||||
<a id="guildauditlogentryresponseoptions"></a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user