aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/api/pms-api.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-08 12:44:44 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-08 12:44:44 +0000
commitab7baa0563069bc403c840b39f22a9e7e900fb72 (patch)
tree52eff5bfd43dc43cd9c699e76bd904a48cc4f810 /a1-policy-management/api/pms-api.json
parentac6773591fcfc1e0d5f23038b3c37e9612ca9a9e (diff)
parent97a9001fe632b0eaed48d324dc8d6c2c3c630f8c (diff)
Merge "PMS Persistent storage of policies and type definitions - A1 Istanbul"
Diffstat (limited to 'a1-policy-management/api/pms-api.json')
-rw-r--r--a1-policy-management/api/pms-api.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/a1-policy-management/api/pms-api.json b/a1-policy-management/api/pms-api.json
index 9514f7ed..5b432820 100644
--- a/a1-policy-management/api/pms-api.json
+++ b/a1-policy-management/api/pms-api.json
@@ -440,11 +440,11 @@
"tags": ["A1 Policy Management V1.0"]
},
"delete": {
- "summary": "Delete a service",
+ "summary": "Unregisters a service",
"operationId": "deleteService",
"responses": {
"204": {
- "description": "Service deleted",
+ "description": "Service unregisterred",
"content": {"*/*": {"schema": {"$ref": "#/components/schemas/void"}}}
},
"404": {