diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-14 20:16:35 +0200 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-20 15:57:00 +0200 |
commit | b28e811178bf9d828615f62c67f30a78c0414eb1 (patch) | |
tree | a7ad6e4fe739f8369d73ece11e80c669395e4b15 /a1-policy-management/api/pms-api.json | |
parent | ab7baa0563069bc403c840b39f22a9e7e900fb72 (diff) |
PMS Persistent storage of policies and type definitions - A1 Istanbul
Bugfix,improved traces, avoiding synch for RICs after restart.
Change-Id: I35ae834cd73cde6b108b941aa0f2c43eeda9379e
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 5b432820..d34e94be 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": "Unregisters a service", + "summary": "Unregister a service", "operationId": "deleteService", "responses": { "204": { - "description": "Service unregisterred", + "description": "Service unregistered", "content": {"*/*": {"schema": {"$ref": "#/components/schemas/void"}}} }, "404": { |