Skip to content

Commit

Permalink
Merge pull request #16 from apivideo/fix-tags-query-param
Browse files Browse the repository at this point in the history
fix(php) Fix tags query param
  • Loading branch information
bot-api-video authored Jan 10, 2022
2 parents ea7a6be + d6b9791 commit 107f2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e383c2cfa3c8abcd4e26ed34627034796789e0de1ccc631eb0c5456c23710860
43e1986a9224df34d0c23236ebb78435c9a93cf59b9543391a5038bdfd07639e
2 changes: 1 addition & 1 deletion Sources/APIs/VideosAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ open class VideosAPI {
var localVariableUrlComponents = URLComponents(string: localVariableURLString)
localVariableUrlComponents?.queryItems = APIHelper.mapValuesToQueryItems([
"title": title?.encodeToJSON(),
"tags": tags?.encodeToJSON(),
"tags[]": tags?.encodeToJSON(),
"metadata": metadata?.encodeToJSON(),
"description": description?.encodeToJSON(),
"liveStreamId": liveStreamId?.encodeToJSON(),
Expand Down

0 comments on commit 107f2f9

Please sign in to comment.