Skip to content

Commit

Permalink
Merge pull request #4359 from jinlinGuan/issue-4319
Browse files Browse the repository at this point in the history
docs: Move swagger files to V3 folder
  • Loading branch information
cloudxxx8 authored Feb 16, 2023
2 parents c6ae744 + 6803b66 commit 82043fa
Show file tree
Hide file tree
Showing 7 changed files with 271 additions and 387 deletions.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//
// Copyright (c) 2020 Intel Corporation
// Copyright (c) 2023 IOTech Ltd
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -20,6 +21,6 @@ edgeXBuildGoParallel(
testScript: 'make test',
buildScript: 'make build',
publishSwaggerDocs: true,
swaggerApiFolders: ['openapi/v2'],
swaggerApiFolders: ['openapi/v3'],
buildSnap: false
)
4 changes: 2 additions & 2 deletions openapi/v2/README.md → openapi/v3/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# EdgeX Foundry V2 API Specification
OpenAPI docs defining V2 API for the EdgeX Foundry platform (under development)
# EdgeX Foundry V3 API Specification
OpenAPI docs defining V3 API for the EdgeX Foundry platform (under development)

To view the Swagger definition:

Expand Down
Loading

0 comments on commit 82043fa

Please sign in to comment.