As we make changes to our API, we’ll publish below. Changes to the product itself will be published on Product Updates.
Changes to the Sequence API
- Failed attempt at creation/update/deletion of a Sequence because of an issue with permissions will now return a 403 error instead of a 401 error.
- Errors pertaining to Sequence Steps will no longer give you a deep nested
error structure (e.g.
{"field-errors": {"steps": {"errors": {...}}}}), but rather a simple high-level error (e.g.{"error": "The delay of a Sequence Step must not be larger than 365 days."}).