Automated API Docs update

pull/1192/head
Servarr 2 years ago committed by Qstick
parent dae21f22b9
commit 2805c4f18b

@ -27,6 +27,25 @@
}
],
"paths": {
"/api": {
"get": {
"tags": [
"ApiInfo"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiInfoResource"
}
}
}
}
}
}
},
"/api/v1/applications/{id}": {
"get": {
"tags": [
@ -4406,6 +4425,23 @@
},
"components": {
"schemas": {
"ApiInfoResource": {
"type": "object",
"properties": {
"current": {
"type": "string",
"nullable": true
},
"deprecated": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
}
},
"additionalProperties": false
},
"AppProfileResource": {
"type": "object",
"properties": {

Loading…
Cancel
Save