---
title: "Update Step"
method: PATCH
path: "/api/sequences/{sequence_id}/steps/{step_id}"
tags: ["sequences"]
---

# Update Step

`PATCH /api/sequences/{sequence_id}/steps/{step_id}`

Update a step's content (delay, subject, body).
Cannot update steps on sequences with active enrollments.

## Path parameters

- `sequence_id` string, uuid, required
- `step_id` string, required

## Request body

- StepUpdate
  - `delay_days` integer, nullable
  - `subject_template` string, nullable
  - `body_template` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rethoric/apis/rethoric-os.md) · [All operations](https://skmtc.dev/rethoric/apis/rethoric-os/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rethoric/rethoric-os/revisions/76b6d39426f6/schema)
