Skip to main content
POST
Api Deliveries Save

Body

application/json

Create-or-update payload for a delivery (POST /api/deliveries). id present means update; absent means create. dashboard is the workspace path of the subscribed dashboard. Structural validation only — cadence/channel business rules (weekday range, Slack-not-configured) are enforced by deliveries_model.normalize_delivery, and dashboard membership in the active env is checked by the route, so the 400 message stays in one place.

cadence
DeliveryCadenceRequest · object
channel
DeliveryChannelRequest · object
dashboard
string
default:""
enabled
boolean
default:true
environment
string
default:prod
id
string | null
name
string
default:""

Response

Successful Response