update the enum value for chart on api get the addition (#10752)

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
Wang Yan 2020-02-19 00:28:39 +08:00 committed by GitHub
parent fa1f273829
commit 384086c5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ paths:
in: path
description: The type of addition.
type: string
enum: [build_history, values.yaml, readme, dependencies]
enum: [build_history, values.yaml, readme.md, dependencies]
required: true
responses:
'200':