Skip to content

Commit 107f2f9

Browse files
Merge pull request #16 from apivideo/fix-tags-query-param
fix(php) Fix tags query param
2 parents ea7a6be + d6b9791 commit 107f2f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e383c2cfa3c8abcd4e26ed34627034796789e0de1ccc631eb0c5456c23710860
1+
43e1986a9224df34d0c23236ebb78435c9a93cf59b9543391a5038bdfd07639e

Sources/APIs/VideosAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ open class VideosAPI {
222222
var localVariableUrlComponents = URLComponents(string: localVariableURLString)
223223
localVariableUrlComponents?.queryItems = APIHelper.mapValuesToQueryItems([
224224
"title": title?.encodeToJSON(),
225-
"tags": tags?.encodeToJSON(),
225+
"tags[]": tags?.encodeToJSON(),
226226
"metadata": metadata?.encodeToJSON(),
227227
"description": description?.encodeToJSON(),
228228
"liveStreamId": liveStreamId?.encodeToJSON(),

0 commit comments

Comments
 (0)