From 5e8f7bdb91c8025f6d97c9d4384b79e9396a5e17 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 10 Oct 2025 07:40:23 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/latest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_schema/latest.json b/_schema/latest.json index 0332994..ffc709f 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -76316,7 +76316,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 400, + "code": 406, "type": "INVITE_HASH_EXPIRED", "description": "The invite link has expired." }, @@ -76621,7 +76621,7 @@ "description": "Only the \"General\" topic with id=1 can be hidden." }, "NOT_ELIGIBLE": { - "code": 403, + "code": 400, "type": "NOT_ELIGIBLE", "description": "The current user is not eligible to join the Peer-to-Peer Login Program." }, @@ -77871,7 +77871,7 @@ "description": "You specified no topic IDs." }, "TOPIC_CLOSED": { - "code": 406, + "code": 400, "type": "TOPIC_CLOSED", "description": "This topic was closed, you can't send messages to it anymore." }, @@ -77881,7 +77881,7 @@ "description": "The close flag cannot be provided together with any of the other flags." }, "TOPIC_DELETED": { - "code": 406, + "code": 400, "type": "TOPIC_DELETED", "description": "The specified topic was deleted." },