Closed Hexcles closed 6 years ago
Shouldn't labels be an array of strings? That would make it more consistent with the golang struct and json marshalling behavior.
@lukebjerring this is a HTML form not JSON, which doesn't really have arrays. It's more like the repeatable params we use in URLs.
From https://github.com/web-platform-tests/wpt.fyi/issues/245
Note:
labels
is a comma-separated string. Runners may add arbitrary labels and the wpt.fyi APIs can filter by labels.cc @lukebjerring