Automated API Docs update

This commit is contained in:
Servarr 2023-10-25 10:32:37 +00:00 committed by Bogdan
parent 7a61761b2b
commit 31d32e8c30

View file

@ -483,6 +483,25 @@
}
}
},
"/api/v1/appprofile/schema": {
"get": {
"tags": [
"AppProfile"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AppProfileResource"
}
}
}
}
}
}
},
"/login": {
"post": {
"tags": [
@ -3280,25 +3299,6 @@
}
}
},
"/api/v1/appprofile/schema": {
"get": {
"tags": [
"QualityProfileSchema"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AppProfileResource"
}
}
}
}
}
}
},
"/api/v1/search": {
"post": {
"tags": [