Skip to content

Commit

Permalink
fix api error schema (#3295)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
orndorffgrant authored Sep 19, 2024
1 parent ebbbd01 commit f93db8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/references/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ standard structure, as can be seen below:
},
"type": "<response_type>"
},
"errors": [],
"errors": [],
"result": "<success|failure>",
"version": "<client version>",
"version": "<client version>",
"warnings": []
}
Expand Down Expand Up @@ -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": {}
}
Expand Down

0 comments on commit f93db8c

Please sign in to comment.