Merge pull request #3658 from iasoon/patch-1

fix json syntax error in error api spec
This commit is contained in:
Milos Gajdos 2022-06-12 16:19:01 +01:00 committed by GitHub
commit b5e2f3f33d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": <error identifier>,
"message": <message describing condition>,
"detail": <unstructured>