mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-27 23:30:49 +02:00
Automated API Docs update
This commit is contained in:
parent
0f6dfe389c
commit
ce615a77c2
1 changed files with 16 additions and 2 deletions
|
|
@ -1468,8 +1468,11 @@
|
|||
"name": "eventType",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -1485,6 +1488,17 @@
|
|||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "indexerIds",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue