---
title: "Update playbook"
method: PUT
path: "/v1/playbooks/{playbook_id}"
---

# Update playbook

`PUT /v1/playbooks/{playbook_id}`

Update an existing team playbook.

## Path parameters

- `playbook_id` string, required

## Request body

- CreatePlaybookRequest
  - `body` string, required
  - `macro` string, nullable
  - `title` string, required

## Response `200`

Successful Response

- UpdatePlaybookResponse — Response for successful playbook update.
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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