Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Publish swagger to 2.3.0 #4023

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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