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"