diff --git a/Jenkinsfile b/Jenkinsfile index be2fbfd87..a5f800a52 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,5 +20,5 @@ edgeXBuildGoApp ( testScript: 'make test', buildImage: false, publishSwaggerDocs: true, - swaggerApiFolders: ['openapi/v3'] + swaggerApiFolders: ['openapi'] ) \ No newline at end of file diff --git a/openapi/v3/README.md b/openapi/README.md similarity index 99% rename from openapi/v3/README.md rename to openapi/README.md index a9d36d4e4..577de67f2 100644 --- a/openapi/v3/README.md +++ b/openapi/README.md @@ -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. + \ No newline at end of file diff --git a/openapi/v3/app-functions-sdk.yaml b/openapi/app-functions-sdk.yaml similarity index 99% rename from openapi/v3/app-functions-sdk.yaml rename to openapi/app-functions-sdk.yaml index 4e115dccd..6c2ac521b 100644 --- a/openapi/v3/app-functions-sdk.yaml +++ b/openapi/app-functions-sdk.yaml @@ -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