Automated API Docs update

This commit is contained in:
Servarr
2021-12-29 00:52:05 +00:00
committed by Qstick
parent 7f28f64cbe
commit 548db6a5cd

View File

@@ -9,6 +9,23 @@
},
"version": "1.0.0"
},
"servers": [
{
"url": "{protocol}://{hostpath}",
"variables": {
"protocol": {
"default": "http",
"enum": [
"http",
"https"
]
},
"hostpath": {
"default": "localhost:9696"
}
}
}
],
"paths": {
"/api/v1/applications/{id}": {
"get": {