mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Automated API Docs update
This commit is contained in:
parent
7a61761b2b
commit
31d32e8c30
1 changed files with 19 additions and 19 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue