mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Automated API Docs update
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user