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 2e25277 commit fa68047
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/Radarr.Api.V3/openapi.json
Expand Up @@ -1706,6 +1706,14 @@
"DownloadClient"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -2892,6 +2900,14 @@
"ImportList"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -3380,6 +3396,14 @@
"Indexer"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -4300,6 +4324,14 @@
"Metadata"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down Expand Up @@ -5662,6 +5694,14 @@
"Notification"
],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "id",
"in": "path",
Expand Down

0 comments on commit fa68047

Please sign in to comment.