Merge pull request #6293 from baude/v2docstree

[CI:DOCS] Image tree endpoint should return 404
This commit is contained in:
OpenShift Merge Robot
2020-05-20 17:31:14 +02:00
committed by GitHub

View File

@ -698,7 +698,7 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// responses: // responses:
// 200: // 200:
// $ref: '#/responses/LibpodImageTreeResponse' // $ref: '#/responses/LibpodImageTreeResponse'
// 401: // 404:
// $ref: '#/responses/NoSuchImage' // $ref: '#/responses/NoSuchImage'
// 500: // 500:
// $ref: '#/responses/InternalError' // $ref: '#/responses/InternalError'