mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 20:00:56 +00:00
fix responses for /repositories/tags.
Signed-off-by: xuxinkun <xuxinkun@gmail.com>
This commit is contained in:
parent
4dd5593bd5
commit
758d063514
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user