---
title: "Update"
method: PUT
path: "/coverages/v1//{id}/{version}"
tags: ["v1"]
---

# Update

`PUT /coverages/v1//{id}/{version}`

Updates a Coverage. The path must contain the next version number to prevent race conditions. For example, if the current version of the coverage is n, you will need to send a request to this endpoint with `/{id}/n+1` to update the coverage. Updating historic versions is not supported.

## Path parameters

- `id` CommonCoverageId, required — unresolved $ref
- `version` string, required

## Headers

- `Authorization` string, required

## Request body

- V1MutableCoverage — unresolved $ref

## Response `200`

Response with status 200

- V1Coverage — unresolved $ref

## Other responses

- `404` — Error response with status 404
- `409` — Error response with status 409

---

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