runs
Update run metadata
Update the metadata of a run.
put/api/v1/runs/{runId}/metadata
Request body
Example request
{
"metadata": {
"key": "value"
}
}Response
Successful request
Update the metadata of a run.
{
"metadata": {
"key": "value"
}
}Successful request