Flow Run Notification Policies
Update Flow Run Notification Policy
Updates an existing flow run notification policy.
PATCH
/
api
/
flow_run_notification_policies
/
{id}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe flow run notification policy id
Body
application/json
Data used by the Prefect REST API to update a flow run notification policy.
is_active
boolean | null
state_names
string[] | null
tags
string[] | null
block_document_id
string | null
message_template
string | null
Was this page helpful?