1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2023-05-28 18:56:26 +00:00 committed by Bogdan
parent 43ed8d0c2b
commit ea9c77cf49

View File

@ -1657,6 +1657,16 @@
"tags": [ "tags": [
"DownloadClient" "DownloadClient"
], ],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -2908,6 +2918,16 @@
"tags": [ "tags": [
"ImportList" "ImportList"
], ],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -3461,6 +3481,16 @@
"tags": [ "tags": [
"Indexer" "Indexer"
], ],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -4446,6 +4476,16 @@
"tags": [ "tags": [
"Metadata" "Metadata"
], ],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -5873,6 +5913,16 @@
"tags": [ "tags": [
"Notification" "Notification"
], ],
"parameters": [
{
"name": "forceSave",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {