---
title: Update step
full: true
_openapi:
  method: PATCH
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >
          Update an individual step's settings or conditions.


          Creates a new draft version via copy-on-write if the current version
          is published.

          For bulk step management, use the notiflow upsert endpoint with inline
          steps.
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Update an individual step's settings or conditions.

Creates a new draft version via copy-on-write if the current version is published.
For bulk step management, use the notiflow upsert endpoint with inline steps.


<APIPage document={"./openapi-management.json"} operations={[{"path":"/notiflows/{notiflow_handle}/steps/{step_handle}","method":"patch"}]} />