diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-19 17:03:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-19 17:03:42 -0400 |
commit | a65ea077fb899ecb981a36562769f500081d55ef (patch) | |
tree | a777104eeb05600906c71fab49da6132aab103d3 /docs/offeredapis | |
parent | edb5ba410f021cf915e942c0879d8bba4ab05c65 (diff) |
Release 1.1.4 version docker container
Release version 1.1.4 of docker container
Issue-ID: CCSDK-3263
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3a5fdfdedf0ab6974454c8b40e8b1df43a943794
Diffstat (limited to 'docs/offeredapis')
-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 9514f7ed..d22c65a8 100644 --- a/docs/offeredapis/swagger/pms-api.json +++ b/docs/offeredapis/swagger/pms-api.json @@ -444,7 +444,7 @@ "operationId": "deleteService", "responses": { "204": { - "description": "Service deleted", + "description": "Not used", "content": {"*/*": {"schema": {"$ref": "#/components/schemas/void"}}} }, "404": { diff --git a/docs/offeredapis/swagger/pms-api.yaml b/docs/offeredapis/swagger/pms-api.yaml index d16fbe5f..9113812d 100644 --- a/docs/offeredapis/swagger/pms-api.yaml +++ b/docs/offeredapis/swagger/pms-api.yaml @@ -172,7 +172,7 @@ paths: type: string responses: 204: - description: Service deleted + description: Not used content: '*/*': schema: |