Update alert status

Update the resolution status of an alert.

Alert Status: Accepts AlertResolutionStatus enum: 'NotStarted' (0), 'InProgress' (1), or 'Resolved' (2). Note: 'AutoResolved' (3) is system-managed only and cannot be set via API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

shipmentId of the shipment.

string
required

ID of the alert to update.

Body Params
int32
enum
Allowed:
Headers
int32
required

ID of the account the request will be made in.

string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

Alert status updated successfully

400

Invalid request or alert not found

401

Unauthorized

404

Alert not found

500

Internal Server Error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!