Require a worker version or worker run in CreateMetaDataBulk
Per the decisions in #1388 (closed), the CreateMetaDataBulk
endpoint needs to:
- Require that a
worker_version
or aworker_run_id
is set, and cause an HTTP 400 with a legible error otherwise - Have a unit test for the API error, and update its existing tests
- Document this requirement in the OpenAPI docs