From 8628eab487b1cc74f9e95255fbb572c0f74d3e8c Mon Sep 17 00:00:00 2001 From: iasoon Date: Sun, 12 Jun 2022 12:19:30 +0200 Subject: [PATCH] fix json syntax error in error api spec Signed-off-by: Ilion Beyst --- docs/spec/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/api.md b/docs/spec/api.md index d63aea990..c8700bd71 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -266,7 +266,7 @@ are reported as part of 4xx responses, in a json response body. One or more errors will be returned in the following format: { - "errors:" [{ + "errors": [{ "code": , "message": , "detail":