Skip to content

Commit

Permalink
Merge pull request #4842 from cherrycl/issue-4841
Browse files Browse the repository at this point in the history
docs: Set service version to 3.2.0 in API documents
  • Loading branch information
cloudxxx8 authored Jul 30, 2024
2 parents 6c68246 + 0736188 commit 992710d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/v3/core-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.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: 3.1.0
version: 3.2.0

servers:
- url: http://localhost:59882/api/v3
Expand Down
2 changes: 1 addition & 1 deletion openapi/v3/core-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.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: 3.1.0
version: 3.2.0

servers:
- url: http://localhost:59880/api/v3
Expand Down
2 changes: 1 addition & 1 deletion openapi/v3/core-keeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Edgex Foundry - Core Keeper API
description: This is the definition of the API for the Core Keeper service in the EdgeX Foundry IOT microservice platform.
version: 3.1.0
version: 3.2.0

servers:
- url: http://localhost:59890/api/v3
Expand Down
2 changes: 1 addition & 1 deletion openapi/v3/core-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.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: 3.1.0
version: 3.2.0
servers:
- url: 'http://localhost:59881/api/v3'
description: URL for local development and testing
Expand Down
2 changes: 1 addition & 1 deletion openapi/v3/support-notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.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: 3.1.0
version: 3.2.0

servers:
- url: http://localhost:59860/api/v3
Expand Down
2 changes: 1 addition & 1 deletion openapi/v3/support-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.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: 3.1.0
version: 3.2.0

servers:
- url: http://localhost:59861/api/v3
Expand Down

0 comments on commit 992710d

Please sign in to comment.