From f93db8c3ebc4500f2a5fe718730031312b03148d Mon Sep 17 00:00:00 2001 From: Grant Orndorff Date: Thu, 19 Sep 2024 09:30:56 -0400 Subject: [PATCH] fix api error schema (#3295) The broken link is the only failure on the CI checks, but this has been solved in a future (as yet unmerged) PR. Hence happy for this to be completed. --- docs/references/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/references/api.rst b/docs/references/api.rst index 3e3ee7ca7b..3757707953 100644 --- a/docs/references/api.rst +++ b/docs/references/api.rst @@ -28,9 +28,9 @@ standard structure, as can be seen below: }, "type": "" }, - "errors": [], + "errors": [], "result": "", - "version": "", + "version": "", "warnings": [] } @@ -117,7 +117,7 @@ will be populated like this if we have a connectivity issue when running a [ { - "msg": "Failed to connect to authentication server", + "title": "Failed to connect to authentication server", "code": "connectivity-error", "meta": {} }