Merge pull request #1029 from xuxinkun/master

fix responses for /repositories/tags.
LGTM
This commit is contained in:
yhua123 2016-11-14 11:38:25 +08:00 committed by GitHub
commit 284219efc0

View File

@ -729,6 +729,10 @@ paths:
responses:
200:
description: Retrieved tags from a relevant repository successfully.
schema:
type: array
items:
type: string
500:
description: Unexpected internal errors.
/repositories/manifests: