PUT
/
runs
/
{run_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
string
required

Body

application/json
configuration
object

The configuration being used for this run

datapoint_ids
string[]

Additional datapoints to associate with this run

dataset_id
string

The UUID of the dataset this run is associated with

event_ids
string[]

Additional sessions/events to associate with this run

metadata
object

Additional metadata for the run

name
string

The name of the run to be displayed

status
enum<string>
Available options:
pending,
completed

Response

200 - application/json
evaluation
object

Database update success message

warning
string | null

A warning message if the logged events don't have an associated datapoint id on the event metadata