Skip to main content
PATCH
Update Pipeline Notification Settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

pipeline_id
string<uuid>
required

Body

application/json
notification_settings
(EmailNotification · object | SlackNotification · object)[]
required

Response

Successful Response

name
string
required
description
string
required
id
string<uuid>
required
organisation_id
string
required
cron_schedule
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
notification_settings
(EmailNotification · object | SlackNotification · object)[] | null
required
lower_env_pipeline_id
string<uuid> | null
required
higher_env_pipeline_id
string<uuid> | null
required
current_version
PipelineVersionRead · object | null
reference_notes
string | null
schedule_enabled
boolean | null
latest_run_status
string | null

Latest run status for the pipeline's current version (list endpoint; detail uses pipeline_runs).