mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Fix bug of swagger for repository API
Fix bug of swagger for repository API Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
parent
b156c74f6a
commit
4deb7dc239
@ -68,12 +68,6 @@ paths:
|
||||
- $ref: '#/parameters/requestId'
|
||||
- $ref: '#/parameters/projectName'
|
||||
- $ref: '#/parameters/repositoryName'
|
||||
- name: repository
|
||||
in: body
|
||||
description: The JSON object of repository.
|
||||
required: true
|
||||
schema:
|
||||
$ref: '#/definitions/Repository'
|
||||
responses:
|
||||
'200':
|
||||
description: Success
|
||||
|
Loading…
Reference in New Issue
Block a user