---
title: "PUT /api/scan-zones/{id}"
method: PUT
path: "/api/scan-zones/{id}"
tags: ["api", "scan-zones"]
---

# PUT /api/scan-zones/{id}

`PUT /api/scan-zones/{id}`

Update a Scan Zone

## Path parameters

- `id` string, required — The ID of the Scan Zone

## Request body

- object
  - `name` string, required — The name of the scan zone.

## Response `200`

OK

- ScanZoneResource
  - `_id` string, required — The ID of the scan zone.
  - `sellerId` string, required — The ID of the seller of the scan zone.
  - `name` string, required — The name of the scan zone.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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