runs

Update run metadata

Update the metadata of a run.

put/api/v1/runs/{runId}/metadata

Request body

metadataobject

The new metadata to set on the run.

Example request

{
  "metadata": {
    "key": "value"
  }
}

Response

Successful request

metadataobject

The updated metadata of the run.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.