Fix TODOs in openapi.yml
This commit is contained in:
@ -3,7 +3,7 @@ info:
|
||||
title: qv - dlmw
|
||||
description: |-
|
||||
This is the documentation for the qv (Quadratic Voting) API.
|
||||
termsOfService: http://swagger.io/terms/
|
||||
termsOfService:
|
||||
contact:
|
||||
email: dylan@dlmw.ch
|
||||
license:
|
||||
@ -11,10 +11,10 @@ info:
|
||||
url: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
version: 0.0.1
|
||||
externalDocs:
|
||||
description: Find out more about qv # todo
|
||||
url: http://swagger.io # todo
|
||||
description: Get the code
|
||||
url: https://code.dlmw.ch/dlmw/qv
|
||||
servers:
|
||||
- url: https://petstore3.swagger.io/api/v3 # todo
|
||||
- url: https://qv.dlmw.ch/api
|
||||
tags:
|
||||
- name: election
|
||||
description: Retrieve data related to elections
|
||||
|
Reference in New Issue
Block a user