Skip to content

Commit

Permalink
docs: Publish swager to 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Leonard Goodell committed May 12, 2022
1 parent 77a68f5 commit ee007ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/v2/core-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/core-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/core-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/support-notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/support-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/system-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee007ef

Please sign in to comment.