---
title: "Update a call"
method: PATCH
path: "/dispatch/calls/{id}"
tags: ["Dispatch"]
---

# Update a call

`PATCH /dispatch/calls/{id}`

Change call status and/or attach/unattach in one request.

## Request body

- UpdateCallBody
  - `status` 'PENDING' | 'EN_ROUTE' | 'ON_SCENE' | 'CLEARED'
  - `assignUnits` string[]
  - `unassignUnit` string
  - `description` string
  - `location` string
  - `priority` string

## Response `200`

Call updated

- object

## Other responses

- `400` — Bad input / ER:LC not configured / civilian disabled
- `401` — Missing or invalid key
- `403` — Insufficient scope or cross-panel serverId
- `404` — Resource not found on this panel

---

[API](https://skmtc.net/anchr/apis/anchor-open-developer-api.md) · [All operations](https://skmtc.net/anchr/apis/anchor-open-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchr/anchor-open-developer-api/versions/3a14d4cb4985/schema)
