Automated API Docs update

pull/1875/merge
Servarr 1 month ago committed by Bogdan
parent 09af2da6b9
commit e1da3eee80

@ -273,6 +273,16 @@
"tags": [ "tags": [
"Application" "Application"
], ],
"parameters": [
{
"name": "forceTest",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -1202,6 +1212,16 @@
"tags": [ "tags": [
"DownloadClient" "DownloadClient"
], ],
"parameters": [
{
"name": "forceTest",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -1913,6 +1933,16 @@
"tags": [ "tags": [
"Indexer" "Indexer"
], ],
"parameters": [
{
"name": "forceTest",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -2174,6 +2204,16 @@
"tags": [ "tags": [
"IndexerProxy" "IndexerProxy"
], ],
"parameters": [
{
"name": "forceTest",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {
@ -3235,6 +3275,16 @@
"tags": [ "tags": [
"Notification" "Notification"
], ],
"parameters": [
{
"name": "forceTest",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": { "requestBody": {
"content": { "content": {
"application/json": { "application/json": {

Loading…
Cancel
Save