fix responses for /repositories/tags.

Signed-off-by: xuxinkun <xuxinkun@gmail.com>
This commit is contained in:
xuxinkun 2016-11-07 17:29:01 +08:00
parent 4dd5593bd5
commit 758d063514

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: