diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-03-26 17:25:13 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-07 16:40:01 +0200 |
commit | 97a9001fe632b0eaed48d324dc8d6c2c3c630f8c (patch) | |
tree | 1631f3e7a496af8818f0bcca07ef85b04e8bb7be /a1-policy-management/api/pms-api.json | |
parent | 7a052f6652ffc9965f3c0d2cdc8b7385d1029f3f (diff) |
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 <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/api/pms-api.json')
-rw-r--r-- | a1-policy-management/api/pms-api.json | 4 |
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": { |