Skip to content

Commit 5661a0a

Browse files
ServarrAdminmynameisbogdan
authored andcommittedJan 12, 2024
Automated API Docs update
1 parent 3545338 commit 5661a0a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎src/Lidarr.Api.V1/openapi.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2638,8 +2638,11 @@
26382638
"name": "eventType",
26392639
"in": "query",
26402640
"schema": {
2641-
"type": "integer",
2642-
"format": "int32"
2641+
"type": "array",
2642+
"items": {
2643+
"type": "integer",
2644+
"format": "int32"
2645+
}
26432646
}
26442647
},
26452648
{

0 commit comments

Comments
 (0)
Please sign in to comment.