diff --git a/openapi/v2/core-command.yaml b/openapi/v2/core-command.yaml index 6f8d59da62..0ff4deeb53 100644 --- a/openapi/v2/core-command.yaml +++ b/openapi/v2/core-command.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Edgex Foundry - Core Command API description: This is the definition of the API for the Core Command service in the EdgeX Foundry IOT microservice platform. Core Command is responsible for storing command definitions and also for executing those commands as reads and writes against target devices. - version: 2.2.0 + version: 2.3.0 servers: - url: http://localhost:59882/api/v2 diff --git a/openapi/v2/core-data.yaml b/openapi/v2/core-data.yaml index 2a9a1a5b4b..b0cd49bbd1 100644 --- a/openapi/v2/core-data.yaml +++ b/openapi/v2/core-data.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Edgex Foundry - Core Data API description: This is the definition of the API for the Core Data service in the EdgeX Foundry IOT microservice platform. Core Data is responsible for storing event and reading data ingested from edge devices in the environment. - version: 2.2.0 + version: 2.3.0 servers: - url: http://localhost:59880/api/v2 diff --git a/openapi/v2/core-metadata.yaml b/openapi/v2/core-metadata.yaml index cd67e535bd..87e6899976 100644 --- a/openapi/v2/core-metadata.yaml +++ b/openapi/v2/core-metadata.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Edgex Foundry - Core Metadata API description: "This is the definition of the API for the Core Metadata service in the EdgeX Foundry IOT microservice platform. Core Metadata is responsible for all information related to provisioned devices and their associated services." - version: 2.2.0 + version: 2.3.0 servers: - url: 'http://localhost:59881/api/v2' description: URL for local development and testing diff --git a/openapi/v2/support-notifications.yaml b/openapi/v2/support-notifications.yaml index a8bc41c494..e8b31a470e 100644 --- a/openapi/v2/support-notifications.yaml +++ b/openapi/v2/support-notifications.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Edgex Foundry - Support Notifications API description: This is the definition of the API for the Support Notifications service in the EdgeX Foundry IOT microservice platform. Support Notifications provides functionality for sending notifications via email/REST from the EdgeX Foundry platform. - version: 2.2.0 + version: 2.3.0 servers: - url: http://localhost:59860/api/v2 diff --git a/openapi/v2/support-scheduler.yaml b/openapi/v2/support-scheduler.yaml index a97b402aa6..47e8e9dde0 100644 --- a/openapi/v2/support-scheduler.yaml +++ b/openapi/v2/support-scheduler.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Edgex Foundry - Support Scheduler API description: This is the definition of the API for the Support Scheduler service in the EdgeX Foundry IOT microservice platform. Support Scheduler provides functionality for scheduling different actions in the EdgeX Foundry platform. - version: 2.2.0 + version: 2.3.0 servers: - url: http://localhost:59861/api/v2 diff --git a/openapi/v2/system-agent.yaml b/openapi/v2/system-agent.yaml index 3d0df4892a..f1289392f9 100644 --- a/openapi/v2/system-agent.yaml +++ b/openapi/v2/system-agent.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Edgex Foundry - System Management Agent API description: "This is the definition of the API for the System Management Agent service in the EdgeX Foundry IOT microservice platform. System Management Agent is responsible for management of EdgeX microservices and supported infrastructure." - version: 2.2.0 + version: 2.3.0 servers: - url: "http://localhost:58890/api/v2"