From 97a9001fe632b0eaed48d324dc8d6c2c3c630f8c Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Fri, 26 Mar 2021 17:25:13 +0100 Subject: PMS Persistent storage of policies and type definitions - A1 Istanbul Policy types and type definitions are stored persistently to survive a restart of PMS. Change-Id: Ideae4dae5b6f9de2b82127e65ce5184d615c8fd4 Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr --- a1-policy-management/api/pms-api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'a1-policy-management/api/pms-api.json') 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": { -- cgit 1.2.3-korg