Overview
Updates one or more onboarding todo flags for the business in context. Send only the flags you want to change; omitted flags keep their current value. The full, refreshed flag set is returned.
Allowed values are done and skipped (skipped marks a step the business explicitly dismissed in the checklist). Sending any other value is rejected with 422.
Only the business owner may write. A request from a staff member who is not the owner is accepted and returns 200, but no flag is changed.
Available for Staff & Directory tokens. Directory tokens MUST send the business in the X-On-Behalf-Of header (a Directory token without it is rejected with 403).
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Missing or invalid access token.
403The token is not allowed to access this business — for example a Directory token sent without the X-On-Behalf-Of header, or a staff member without admin account access.
422A flag was sent with a value other than done or skipped.
