Skip to content

Commit

Permalink
fix: sync openapi files
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Jun 30, 2023
1 parent 4c0a06b commit a3fc89a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions apis/swagger.yaml → apis/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
email: [email protected]
name: NDS Labs Support
url: http://www.nationaldataservice.org/projects/labs.html
version: 2.0.0
version: 2.1.1
schemes:
- https
basePath: /api/v1
Expand Down Expand Up @@ -90,7 +90,18 @@ paths:
'200':
description: OK
schema:
type: string
type: object
properties:
name:
type: string
version:
type: string
hash:
type: string
branch:
type: string
buildnumber:
type: string
'404':
description: Not found
/authenticate:
Expand Down

0 comments on commit a3fc89a

Please sign in to comment.