Require a worker version or worker run in CreateElements
Per the decisions in #1388 (closed), the CreateElements
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
- Document this requirement in the OpenAPI docs