post
https://production-api.shoutaboutus.com/api/v1/partner/error-notifications/status/update
Bulk-updates the lifecycle status of one or more error notifications, marking them acknowledged or resolved.
Auth: Partner — authentication, under the partner prefix. The request validation validates each id.* exists in email_notifications. The controller loads all rows by id and updates them (no partner-tree / company scoping on which ids may be updated). resolved sets resolved=1, status='none', resolved_at=now; acknowledged sets status='acknowledged'. Each updated row is also stamped notified=1/notified_at (only when the caller's company_id is present and the row was not already notified).
Rate limit: No rate limit.
Request
- Body:
| Field | Type | Required | Notes |
|---|---|---|---|
id | array of integers | Yes | Notification ids; each must be a known notification. |
status | string | Yes | One of resolved, acknowledged. |
Response — { data. } envelope:
message(string) —Selected notifications have been marked as Acknowledged./. Resolved.(status is ucfirst-ed), orSome notifications not found.if any save failed.
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
