From e2528a77fc0db9b2bf7acc72ed61e589dcdb38f7 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 22 Feb 2021 14:56:27 +0000 Subject: [PATCH] Fixing a formatting issue in PAP Deployment API changes documentation Change-Id: I330a1c551a95b7c798cea76cd886bb2afbd064e3 Issue-ID: POLICY-2526 Signed-off-by: a.sreekumar --- docs/pap/pap.rst | 1 + docs/pap/swagger/policy-status-pap.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pap/pap.rst b/docs/pap/pap.rst index 5329d8fb..fe2288bd 100644 --- a/docs/pap/pap.rst +++ b/docs/pap/pap.rst @@ -117,6 +117,7 @@ PAP supports the operations listed in the following table, via its REST API: "Deployment update", "Deploy/undeploy one or more policies in specified PdpGroups" "Deploy policy", "Deploys one or more policies to the PDPs" "Undeploy policy", "Undeploys a policy from the PDPs" + "Policy Status", "Queries the status of all policies" "Policy deployment status", "Queries the status of all deployed policies" "PDP statistics", "Queries the statistics of PDPs" diff --git a/docs/pap/swagger/policy-status-pap.json b/docs/pap/swagger/policy-status-pap.json index b7e4ae67..de48fdd8 100644 --- a/docs/pap/swagger/policy-status-pap.json +++ b/docs/pap/swagger/policy-status-pap.json @@ -7,7 +7,7 @@ "basePath": "/", "tags": [ { - "name": "Pdp Policy Status" + "name": "Policy Status" } ], "schemes": [ @@ -352,7 +352,7 @@ "last-mod-release": "Honolulu" } } - }, + } }, "securityDefinitions": { "basicAuth": { -- 2.16.6