diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-28 08:42:13 +0200 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-30 11:03:06 +0200 |
commit | 25d78500922291a2ade59799654c8b05a5ee7640 (patch) | |
tree | af76baca65c18e2fcb15e587b046f9f18a48ca9b /a1-policy-management/api/pms-api.json | |
parent | b28e811178bf9d828615f62c67f30a78c0414eb1 (diff) |
PMS Persistent storage of service definitions - A1 Istanbul
Storing or registerred services to survice a restart.
Change-Id: If1b41d0a3c995b51bb93000caca5ecff9da6fbc1
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/api/pms-api.json b/a1-policy-management/api/pms-api.json index d34e94be..95bc6580 100644 --- a/a1-policy-management/api/pms-api.json +++ b/a1-policy-management/api/pms-api.json @@ -1153,7 +1153,7 @@ "required": true }, "description": "The URL to this call is registerred at Service registration.", - "operationId": "jobStatusCallback", + "operationId": "serviceCallback", "responses": {"200": { "description": "OK", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/void"}}} |