From 880c0efd0e6653ab78e6c172a35515c67d499905 Mon Sep 17 00:00:00 2001 From: zowie Date: Mon, 21 Jul 2025 00:38:17 +0200 Subject: [PATCH] fix(docs): add missing api error code 50001 --- docs/content/api/errors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/api/errors.md b/docs/content/api/errors.md index 7fae4f6c..96ddeb3c 100644 --- a/docs/content/api/errors.md +++ b/docs/content/api/errors.md @@ -59,3 +59,4 @@ When something goes wrong, the API will send back a 4xx HTTP status code, along |40004|400|Member list identical to current fronter list.| |40005|400|Switch with provided timestamp already exists.| |40006|400|Invalid switch ID.| +|50001|501|Unimplemented.|