1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 15:55:23 +02:00

docs(api): update swagger related files to support swagger-codegen (#2404)

* Linting updates to api/swagger.yaml

* Security updates to api/swagger.yml

* Add api/swagger_config.json for swagger-codegen

* Add swagger_config.json packageVersion to match swagger.yml
This commit is contained in:
Mark Stansberry 2018-10-27 23:05:54 -04:00 committed by Anthony Lapenna
parent 7e6c647e93
commit 6ab510e5cb
2 changed files with 138 additions and 5 deletions

5
api/swagger_config.json Normal file
View file

@ -0,0 +1,5 @@
{
"packageName": "portainer",
"packageVersion": "1.20-dev",
"projectName": "portainer"
}