mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-02 21:24:56 +00:00
Automated API Docs update
ignore-downstream
This commit is contained in:
parent
106ffd410c
commit
e196c1be69
1 changed files with 17 additions and 1 deletions
|
@ -1927,6 +1927,22 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "includeSeries",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "includeEpisodeFile",
|
||||||
|
"in": "query",
|
||||||
|
"schema": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "includeImages",
|
"name": "includeImages",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
|
@ -12364,7 +12380,7 @@
|
||||||
},
|
},
|
||||||
"apikey": {
|
"apikey": {
|
||||||
"type": "apiKey",
|
"type": "apiKey",
|
||||||
"description": "Apikey passed as header",
|
"description": "Apikey passed as query parameter",
|
||||||
"name": "apikey",
|
"name": "apikey",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue