mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 12:15:20 +01:00
Merge pull request #1029 from xuxinkun/master
fix responses for /repositories/tags. LGTM
This commit is contained in:
commit
284219efc0
@ -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