Flow Run Notification Policies
Update Flow Run Notification Policy
Updates an existing flow run notification policy.
patch/api/flow_run_notification_policies/{id}
Path parameters
idstring uuid required
The flow run notification policy id
The flow run notification policy id
Headers
x-prefect-api-versionstring
Request body
Example request
{
"message_template": "Flow run {flow_run_name} with id {flow_run_id} entered state {flow_run_state_name}."
}Response
Successful Response