diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-30 14:11:54 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-30 17:30:55 -0400 |
commit | 2145c753a818b52d0e7f6e46f99fcf791783afdb (patch) | |
tree | baeb8ed59a441936c83a233754b2c9b273b98500 /docs/pap/swagger/group-query-pap.json | |
parent | afa8f83e956647dff10134cc3575e8e8173061c9 (diff) |
Update pap documents
Adding all the api's introduced in Frankfurt release.
Issue-ID: POLICY-2515
Change-Id: I62b3cf3194b2cb88b25b568f91973a1d71ec6b4a
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'docs/pap/swagger/group-query-pap.json')
-rw-r--r-- | docs/pap/swagger/group-query-pap.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pap/swagger/group-query-pap.json b/docs/pap/swagger/group-query-pap.json index 959ecc3c..b31515c8 100644 --- a/docs/pap/swagger/group-query-pap.json +++ b/docs/pap/swagger/group-query-pap.json @@ -2,7 +2,7 @@ "swagger" : "2.0", "basePath" : "/", "tags" : [ { - "name" : "PdpGroupQuery" + "name" : "PdpGroup Query" } ], "schemes" : [ "http", "https" ], "consumes" : [ "application/json" ], @@ -10,7 +10,7 @@ "paths" : { "/policy/pap/v1/pdps" : { "get" : { - "tags" : [ "PdpGroupQuery" ], + "tags" : [ "PdpGroup Query" ], "summary" : "Query details of all PDP groups", "description" : "Queries details of all PDP groups, returning all group details", "operationId" : "queryGroupDetails", |