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