---
title: "Update a playbook run"
method: PATCH
path: "/plugins/playbooks/api/v0/runs/{id}"
tags: ["PlaybookRuns"]
---

# Update a playbook run

`PATCH /plugins/playbooks/api/v0/runs/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — The new name of the playbook run. Must not be empty.
  - `summary` string — The new summary of the playbook run. Can be empty to clear the summary.

## Response `200`

Playbook run successfully updated.

## Other responses

- `400` — The request is malformed.
- `500` — There was an internal error in the server.

---

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