From 76f58e204d67e1d8ef050478b4f9aec17e76156b Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 13 Oct 2025 07:42:06 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/latest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_schema/latest.json b/_schema/latest.json index fd7bcd1..665f59e 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -76316,7 +76316,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 406, + "code": 400, "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." },