Skip to content

Commit

Permalink
Merge pull request #1626 from cherrycl/edgex-go-issue-1361
Browse files Browse the repository at this point in the history
fix: Move API document files from openapi/v3 to openapi
  • Loading branch information
cloudxxx8 authored Oct 22, 2024
2 parents 40cced8 + 6566f8c commit ea0937a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ edgeXBuildGoApp (
testScript: 'make test',
buildImage: false,
publishSwaggerDocs: true,
swaggerApiFolders: ['openapi/v3']
swaggerApiFolders: ['openapi']
)
1 change: 1 addition & 0 deletions openapi/v3/README.md → openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ To view the Swagger definition:
3.) Choose a YAML file to view, then click the "RAW" button and use that URL

4.) You should see the Swagger UI output on the right.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: EdgeX Foundry - Application Services API
description: This is the definition of the API for Application Functions services in the EdgeX Foundry IOT microservice platform. Application Services provides the means for processing/transforming/exporting data out of EdgeX.
version: 3.2.0
version: 4.0.0

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

0 comments on commit ea0937a

Please sign in to comment.