Skip to content

Commit

Permalink
Automated API Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ServarrAdmin authored and mynameisbogdan committed May 19, 2023
1 parent 6a7fe30 commit 7559a87
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/Prowlarr.Api.V1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
"Application"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -1091,6 +1099,14 @@
"DownloadClient"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -1809,6 +1825,14 @@
"Indexer"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -2178,6 +2202,14 @@
"IndexerProxy"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -3242,6 +3274,14 @@
"Notification"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down

0 comments on commit 7559a87

Please sign in to comment.