From 2ebe57db71ea6515ad86cf9264864278143e4fcd Mon Sep 17 00:00:00 2001 From: aosull01 Date: Tue, 14 Jan 2020 07:38:31 +0000 Subject: update swagger based on spectral scans Issue-ID: EXTAPI-378 Signed-off-by: aosull01 Change-Id: I3f9b27f67e19f25d92a1383a398a817ab51e8358 --- docs/offeredapis/api_serviceOrder/swagger.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs/offeredapis/api_serviceOrder/swagger.json') diff --git a/docs/offeredapis/api_serviceOrder/swagger.json b/docs/offeredapis/api_serviceOrder/swagger.json index 6c01155..f20e970 100644 --- a/docs/offeredapis/api_serviceOrder/swagger.json +++ b/docs/offeredapis/api_serviceOrder/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "description": "Request the instantiation, deletion or modification of a service\n\nA Service Order is a type of order which can be used to describe a group of operations on service – one service order item per service. An action at the level of the service order item describes the operation to be completed on a service (add, delete for example). The service order is triggered from external system such as the BSS system in charge of the product order management to ONAP that will manage the service fulfillment.\n\nList of available subscription for serviceOrdering notifications, see /hub resources for more information:\n\n- ServiceOrderCreationNotification\n- ServiceOrderStateChangeNotification\n- ServiceOrderItemStateChangeNotification\n\n", - "version": "4.0.1", + "version": "4.1.0", "title": "ServiceOrder API", "contact": { "name": "ONAP", @@ -39,6 +39,10 @@ } ], "paths": { + "x-interface": { + "api-version": "4.1.0", + "last-mod-release": "Frankfurt" + }, "/serviceOrder": { "post": { "tags": [ @@ -300,7 +304,7 @@ ] }, "EventType": { - "description": "", + "description": "The Event Type", "type": "string", "enum": [ "ServiceOrderCreationNotification", @@ -309,7 +313,7 @@ ] }, "SeverityMessage": { - "description": "", + "description": "Message Severity, either information or error", "type": "string", "enum": [ "information", @@ -317,7 +321,7 @@ ] }, "Error": { - "description": "", + "description": "Error code and reason", "required": [ "code", "reason" -- cgit 1.2.3-korg