From 8c503a226ed897244630e2fa1d3068a8e6009909 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 11 Sep 2019 21:44:14 +0200 Subject: [PATCH] fix API version string (#1096) --- config/packages/nelmio_api_doc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/nelmio_api_doc.yaml b/config/packages/nelmio_api_doc.yaml index 62ad9d23..49771041 100644 --- a/config/packages/nelmio_api_doc.yaml +++ b/config/packages/nelmio_api_doc.yaml @@ -39,7 +39,7 @@ nelmio_api_doc: description: | JSON API for the Kimai 2 time-tracking software. Read more about its usage in the [API documentation](https://www.kimai.org/documentation/rest-api.html) and then download a [Swagger file](doc.json) for import e.g. in Postman. Be aware: it is not yet considered stable and BC breaks might happen, but we try to avoid them. - version: 0.3 + version: '0.3' securityDefinitions: apiUser: type: apiKey