Merge pull request #6783 from protochron/fix_swagger_chartrepo

Fix Swagger client generation for a few chartrepo endpoints
This commit is contained in:
Steven Zou 2019-06-11 16:32:13 +08:00 committed by GitHub
commit aa439b8101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3031,7 +3031,9 @@ paths:
description: The chart name description: The chart name
responses: responses:
'200': '200':
$ref: '#/definitions/ChartVersions' description: Retrieved all versions of the specified chart
schema:
$ref: '#/definitions/ChartVersions'
'401': '401':
$ref: '#/definitions/UnauthorizedChartAPIError' $ref: '#/definitions/UnauthorizedChartAPIError'
'403': '403':
@ -3091,7 +3093,9 @@ paths:
description: The chart version description: The chart version
responses: responses:
'200': '200':
$ref: '#/definitions/ChartVersionDetails' description: Successfully retrieved the chart version
schema:
$ref: '#/definitions/ChartVersionDetails'
'401': '401':
$ref: '#/definitions/UnauthorizedChartAPIError' $ref: '#/definitions/UnauthorizedChartAPIError'
'403': '403':