---
title: "Update Flow Run Notification Policy"
method: PATCH
path: "/api/flow_run_notification_policies/{id}"
tags: ["Flow Run Notification Policies"]
---

# Update Flow Run Notification Policy

`PATCH /api/flow_run_notification_policies/{id}`

Updates an existing flow run notification policy.

## Path parameters

- `id` string, uuid, required — The flow run notification policy id

## Headers

- `x-prefect-api-version` string

## Request body

- FlowRunNotificationPolicyUpdate — Data used by the Prefect REST API to update a flow run notification policy.
  - `is_active` boolean
  - `state_names` string[]
  - `tags` string[]
  - `block_document_id` string, uuid
  - `message_template` string

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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