chore: sync openapi & i18n

This commit is contained in:
Hampus Kraft
2026-02-20 23:51:48 +00:00
parent 1730fc10a0
commit eb194ae5be
36 changed files with 1576 additions and 1122 deletions

View File

@@ -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"

View File

@@ -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>