Merge pull request #10838 from ywk253100/200225_fix

Fix bug of swagger for repository API
This commit is contained in:
Wenkai Yin(尹文开) 2020-02-25 17:09:03 +08:00 committed by GitHub
commit 7857528e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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