Skip to content

Commit

Permalink
docs: Update version in swagger docs (#1535)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Lenny Goodell authored Jan 8, 2024
1 parent aac849c commit 0f93857
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
*.dll
*.exe
go.mod.bk
VERSION
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

8 changes: 4 additions & 4 deletions openapi/v3/app-functions-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ 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.0.0
version: 3.2.0

servers:
- url: http://localhost:/api/v2
- url: http://localhost:/api/v3
description: URL for local development and testing

components:
Expand All @@ -22,7 +22,7 @@ components:
apiVersion:
description: "A version number shows the API version in DTOs."
type: string
example: "v2"
example: "v3"
BaseResponse:
description: "Defines basic properties which all use-case specific response DTO instances should support"
type: object
Expand Down Expand Up @@ -245,7 +245,7 @@ paths:
application/json:
schema:
type: object
description: Object type must match the Application Service's Target Type. Currently Target Type defaults to EdgeX model.Events from go-mod-core-contracts. This will change to default to a V2 dtos.Event in the future.
description: Object type must match the Application Service's Target Type. Currently Target Type defaults to EdgeX model.Events from go-mod-core-contracts. This will change to default to a v3 dtos.Event in the future.
required: true
responses:
'200':
Expand Down

0 comments on commit 0f93857

Please sign in to comment.