From 67718e3a36684762c96bda2540a1a074eda8b88c Mon Sep 17 00:00:00 2001 From: jiangzhilin Date: Tue, 21 Mar 2023 15:59:29 +0800 Subject: [PATCH] The json standard does not allow comments Change-Id: I89d8243fbe333b7e9a239248e5b5db2f867b0273 --- .../samples/custom-config/get-custom-config-show-response.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/v1/samples/custom-config/get-custom-config-show-response.json b/api-ref/source/v1/samples/custom-config/get-custom-config-show-response.json index 5d97969..895a7fd 100644 --- a/api-ref/source/v1/samples/custom-config/get-custom-config-show-response.json +++ b/api-ref/source/v1/samples/custom-config/get-custom-config-show-response.json @@ -1,4 +1,4 @@ { - "log_save_days": "30" // the retention days of logs(ElasticSearch indexes). + "log_save_days": "30" }