Automated API Docs update

pull/1920/head
Servarr 1 year ago committed by Bogdan
parent 7a61761b2b
commit 31d32e8c30

@ -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": [

Loading…
Cancel
Save