Skip to content

Commit 0e8a1ca

Browse files
ServarrAdminQstick
authored andcommittedJan 28, 2024
Automated API Docs update
1 parent 1ba7bfe commit 0e8a1ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎src/Radarr.Api.V3/openapi.json

+16
Original file line numberDiff line numberDiff line change
@@ -3491,6 +3491,22 @@
34913491
"type": "boolean",
34923492
"default": false
34933493
}
3494+
},
3495+
{
3496+
"name": "includeTrending",
3497+
"in": "query",
3498+
"schema": {
3499+
"type": "boolean",
3500+
"default": false
3501+
}
3502+
},
3503+
{
3504+
"name": "includePopular",
3505+
"in": "query",
3506+
"schema": {
3507+
"type": "boolean",
3508+
"default": false
3509+
}
34943510
}
34953511
],
34963512
"responses": {

0 commit comments

Comments
 (0)
Please sign in to comment.