From 13a44364ad68e00aa3a80928aae5ee759ac2018b Mon Sep 17 00:00:00 2001 From: spiral Date: Wed, 23 Nov 2022 03:25:52 +0000 Subject: [PATCH] feat(docs): document api error code 40001 --- 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 1e77d3a3..b8419c0e 100644 --- a/docs/content/api/errors.md +++ b/docs/content/api/errors.md @@ -52,6 +52,7 @@ When something goes wrong, the API will send back a 4xx HTTP status code, along |30007|403|Target group is not part of your system.| |30008|403|Member '{memberRef}' is not part of your system.| |30009|403|Group '{groupRef}' is not part of your system.| +|40001|400|Error parsing JSON model (check [`errors` key](#error-object) for details) |40002|400|Missing autoproxy member for member-mode autoproxy.| |40003|400|Duplicate members in member list.| |40004|400|Member list identical to current fronter list.|