Signed-off-by: erxian <evelynhsu21@gmail.com>
(cherry picked from commit 15be050fb307d0da1521767a6f53d9b95429396b)
Signed-off-by: Victor Vieux <vieux@docker.com>
| ... | ... |
@@ -4448,6 +4448,10 @@ paths: |
| 4448 | 4448 |
responses: |
| 4449 | 4449 |
200: |
| 4450 | 4450 |
description: "no error" |
| 4451 |
+ 404: |
|
| 4452 |
+ description: "repository does not exist or no read access" |
|
| 4453 |
+ schema: |
|
| 4454 |
+ $ref: "#/definitions/ErrorResponse" |
|
| 4451 | 4455 |
500: |
| 4452 | 4456 |
description: "server error" |
| 4453 | 4457 |
schema: |