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 /docs | |
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 'docs')
-rw-r--r-- | docs/offeredapis/swagger/pms-api.json | 2 | ||||
-rw-r--r-- | docs/offeredapis/swagger/pms-api.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/offeredapis/swagger/pms-api.json b/docs/offeredapis/swagger/pms-api.json index d34e94be..95bc6580 100644 --- a/docs/offeredapis/swagger/pms-api.json +++ b/docs/offeredapis/swagger/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"}}} diff --git a/docs/offeredapis/swagger/pms-api.yaml b/docs/offeredapis/swagger/pms-api.yaml index b106d11c..b1444032 100644 --- a/docs/offeredapis/swagger/pms-api.yaml +++ b/docs/offeredapis/swagger/pms-api.yaml @@ -1033,7 +1033,7 @@ paths: - Callbacks summary: Callback for Near-RT RIC status description: The URL to this call is registerred at Service registration. - operationId: jobStatusCallback + operationId: serviceCallback requestBody: content: application/json: |