Update an onboarding
Partial update. Setting state=waiting flips waiting_on_customer=true; setting any other state clears it.
Authentication
AuthorizationBearer
Send your key in the Authorization header. Keys start with
pivotal_ (production) or pivotal_test_ (test mode, no side
effects on integrations). Rotate keys from
/admin/api-keys — old keys 401 instantly when revoked.
Path parameters
id
Numeric display_id or cuid of the onboarding.
Request
This endpoint expects an object.
template_id
phase
state
target_launch_date
completed_at
csm_id
se_id
designer_id
product_ops_id
notes
waiting_on_customer
reminder_email
reminder_slack
reminder_frequency_days
Response
OK
object
id
display_id
customer_id
template_id
phase
state
started_at
completed_at
target_launch_date
csm_id
se_id
designer_id
product_ops_id
notes
waiting_on_customer
waiting_on_customer_since
wizard_completed_at
reminder_email
reminder_slack
reminder_frequency_days
created_at
updated_at
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error