diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2019-08-16 12:10:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-16 12:10:15 +0000 |
commit | 806fd910c5f752595df6f6ed71a3a537e5411244 (patch) | |
tree | 24938344a9c91fd2b9b79166e8f8518e2ea691cc /docs/offeredapis/api_hub | |
parent | 3512cd67bf9ff3ec0b694a5636cd71fd755e6705 (diff) | |
parent | 0b5638b7f27d162f533d5d136d4037d5ccc6d65a (diff) |
Merge "Update Swagger API version to 4.0.1"
Diffstat (limited to 'docs/offeredapis/api_hub')
-rw-r--r-- | docs/offeredapis/api_hub/model.xsd | 2 | ||||
-rw-r--r-- | docs/offeredapis/api_hub/swagger.json | 4 | ||||
-rw-r--r-- | docs/offeredapis/api_hub/swagger.yaml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/offeredapis/api_hub/model.xsd b/docs/offeredapis/api_hub/model.xsd index 09f4500..1fee9df 100644 --- a/docs/offeredapis/api_hub/model.xsd +++ b/docs/offeredapis/api_hub/model.xsd @@ -8,7 +8,7 @@ <xs:annotation id="signature"> <xs:appinfo>API Designer</xs:appinfo> <xs:documentation>Model: hub - Version: 4.0.0_inProgress + Version: 4.0.1 Owner: ONAPNBI Generated on: 2019-03-12T16:45:33.51Z Generated by: Orange API Designer v2, model-v1</xs:documentation> diff --git a/docs/offeredapis/api_hub/swagger.json b/docs/offeredapis/api_hub/swagger.json index 2497dcf..2b5e61c 100644 --- a/docs/offeredapis/api_hub/swagger.json +++ b/docs/offeredapis/api_hub/swagger.json @@ -3,7 +3,7 @@ "swagger": "2.0", "info": { "description": "Provides the ability to subscribe to and unsubscribe from External API notifications.\n\n**Main operation**\n\n```\nPOST /hub\n```\n\nrequest sample 1\n\n```\n{\n \"callback\": \"http://mydomain/notification\",\n \"query\": \"eventType = ServiceOrderCreationNotification\"\n}\n```\n\nrequest sample 2\n\n```\n{\n \"callback\": \"http://mydomain/notification\",\n \"query\": \"eventType=ServiceOrderCreationNotification,ServiceOrderStateChangeNotification\"\n}\n```\n\n**EventType for serviceOrdering**\n\n- ServiceOrderCreationNotification\n- ServiceOrderStateChangeNotification\n- ServiceOrderItemStateChangeNotification\n\n**EventType for serviceInventory**\n\n- ServiceCreationNotification\n- ServiceAttributeValueChangeNotification\n- ServiceRemoveNotification\n\n", - "version": "4.0.0_inProgress", + "version": "4.0.1", "title": "API Hub", "x-logo": { "url": "/redoc/logo.png", @@ -276,4 +276,4 @@ } } } -
\ No newline at end of file + diff --git a/docs/offeredapis/api_hub/swagger.yaml b/docs/offeredapis/api_hub/swagger.yaml index 7c1a6d0..52f5859 100644 --- a/docs/offeredapis/api_hub/swagger.yaml +++ b/docs/offeredapis/api_hub/swagger.yaml @@ -9,7 +9,7 @@ info: - ServiceOrderStateChangeNotification\n- ServiceOrderItemStateChangeNotification\n\ \n**EventType for serviceInventory**\n\n- ServiceCreationNotification\n- ServiceAttributeValueChangeNotification\n\ - ServiceRemoveNotification\n\n" - version: "4.0.0_inProgress" + version: "4.0.1" title: "API Hub" x-logo: url: "/redoc/logo.png" |