---
title: "Update alert status"
method: PUT
path: "/public/v3/Shipments/{shipmentId}/alerts/{alertId}/status"
tags: ["Shipments"]
---

# Update alert status

`PUT /public/v3/Shipments/{shipmentId}/alerts/{alertId}/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.

## Path parameters

- `shipmentId` string, required
- `alertId` string, required

## Headers

- `x-tive-account-id` integer, required

## Request body

- AlertStatusUpdateRequest
  - `status` 0 | 1 | 2 | 3

## Response `200`

Alert status updated successfully

## Other responses

- `400` — Invalid request or alert not found
- `401` — Unauthorized
- `404` — Alert not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
