Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the run to associate the asset with.
Body
application/json
A list of asset names to automatically associate with the run.
Any data that is received for these assets will automatically added to the run.
This applies even if the run has concluded, so long as the new data contains
timestamps that are between the start_time and stop_time.
If any of the assets are already associated with a different run whose run
period (the period between start_time and end_time) overlaps with the
requested run period, an error will be returned.
Response
A successful response.
The response is of type object.