From 384086c5ad7b47bec78b5b467f22f093f9d02ac8 Mon Sep 17 00:00:00 2001 From: Wang Yan Date: Wed, 19 Feb 2020 00:28:39 +0800 Subject: [PATCH] update the enum value for chart on api get the addition (#10752) Signed-off-by: wang yan --- api/v2.0/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index 7921ca61c..77169e525 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -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':