mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added missing 't' from the end of the /images/{{id}}/get eg.
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
parent
2f65ed0968
commit
4352ea7b0a
9 changed files with 9 additions and 9 deletions
|
@ -1245,7 +1245,7 @@ Get a tarball containing all images and metadata for the repository
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1279,7 +1279,7 @@ specified by `name`.
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1344,7 +1344,7 @@ specified by `name`.
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1342,7 +1342,7 @@ specified by `name`.
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1346,7 +1346,7 @@ specified by `name`.
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1353,7 +1353,7 @@ image (and its parents) are returned, but with the exclusion of the
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1155,7 +1155,7 @@ specified by `name`.
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1208,7 +1208,7 @@ specified by `name`.
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -1242,7 +1242,7 @@ Get a tarball containing all images and metadata for the repository specified by
|
|||
|
||||
**Example request**
|
||||
|
||||
GET /images/ubuntu/ge
|
||||
GET /images/ubuntu/get
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
Loading…
Reference in a new issue