mirror of https://github.com/docker/docs.git
Merge pull request #5401 from SvenDowideit/docs-api-eg-formating
small api doc formatting fixup
This commit is contained in:
commit
ed48608147
|
@ -127,7 +127,7 @@ entry for each repo/tag on an image, each image is only represented
|
||||||
once, with a nested attribute indicating the repo/tags that apply to
|
once, with a nested attribute indicating the repo/tags that apply to
|
||||||
that image.
|
that image.
|
||||||
|
|
||||||
Instead of:
|
Instead of:
|
||||||
|
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
@ -175,7 +175,7 @@ that image.
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
The returned json looks like this:
|
The returned json looks like this:
|
||||||
|
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
Loading…
Reference in New Issue