aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/healthcheck-api.json
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-09-16 22:35:47 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-10-15 16:08:56 +0000
commitf22846dd8b032876addae750a5d24fd6339b7c4b (patch)
tree1020d36c8adb9cb2945ddc7f5dc4f12d09e8e21d /docs/api/swagger/healthcheck-api.json
parent09ed59bc86f78ad25076c326f7240f5473c6e6c6 (diff)
Update api swagger docs to reflect application/yaml support
Issue-ID: POLICY-2102 Change-Id: I46c9146d7c35edd1dfdc75b1efc82e89a1b726ef Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'docs/api/swagger/healthcheck-api.json')
-rw-r--r--docs/api/swagger/healthcheck-api.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/swagger/healthcheck-api.json b/docs/api/swagger/healthcheck-api.json
index 6605ee57..fefd595a 100644
--- a/docs/api/swagger/healthcheck-api.json
+++ b/docs/api/swagger/healthcheck-api.json
@@ -12,7 +12,7 @@
"summary" : "Perform a system healthcheck",
"description" : "Returns healthy status of the Policy API component",
"operationId" : "getHealthCheck",
- "produces" : [ "application/json" ],
+ "produces" : [ "application/json", "application/yaml" ],
"parameters" : [{
"name" : "X-ONAP-RequestID",
"in" : "header",