mirror of
https://github.com/distribution/distribution
synced 2025-02-23 06:49:36 +01:00
Merge pull request #3658 from iasoon/patch-1
fix json syntax error in error api spec
This commit is contained in:
commit
b5e2f3f33d
@ -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 will be returned in the following format:
|
||||||
|
|
||||||
{
|
{
|
||||||
"errors:" [{
|
"errors": [{
|
||||||
"code": <error identifier>,
|
"code": <error identifier>,
|
||||||
"message": <message describing condition>,
|
"message": <message describing condition>,
|
||||||
"detail": <unstructured>
|
"detail": <unstructured>
|
||||||
|
Loading…
Reference in New Issue
Block a user