Commit Graph
1 Commits
Author SHA1 Message Date
Steven Dickinson 38bf994da3 putVideo tags encoding fix
When using openapi-generator to build an API from the spec, `tags` would have a `_collection_format` set to `csv`, which caused the API to submit eg "tags=tag1,tag2,tag3", instead of submitting multiple `tag` parameters, eg `tag=tag1,tag=tag2,tag=tag3`

Setting the encoding this way sets the `_collection_format` to `multi`, which works.
2026-02-24 09:10:25 +01:00