---
title: "Update the result notes of a scenario run."
method: PUT
path: "/scenarios/{guid}/runs/{runNumber}/resultNotes"
tags: ["scenarios"]
---

# Update the result notes of a scenario run.

`PUT /scenarios/{guid}/runs/{runNumber}/resultNotes`

Requires the privilege [`SCENARIOS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `guid` string, required
- `runNumber` integer, required

## Query parameters

- `teamId` string, required

## Response `200`

Indicates the scenario run updated in place. Call GET v1/scenario/{guid}/runs/{runNumber} to retrieve the latest state

## Other responses

- `400` — Bad Request
- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: SCENARIOS_READ
- `404` — scenario run not found

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/versions/70fe938a0b35/schema)
