From e57c24e442be8434a46f2c2b7004b77a36d5316d Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 17 Aug 2025 07:42:24 +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 19f408c..7bedb5a 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -73340,7 +73340,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 400, + "code": 406, "type": "INVITE_HASH_EXPIRED", "description": "The invite link has expired." }, @@ -73624,7 +73624,7 @@ "description": "The specified offset is longer than 64 bytes." }, "NOT_ELIGIBLE": { - "code": 400, + "code": 403, "type": "NOT_ELIGIBLE", "description": "The current user is not eligible to join the Peer-to-Peer Login Program." },