---
title: "Update image manifest"
method: PUT
path: "/v2/{name}/manifests/{reference}"
---

# Update image manifest

`PUT /v2/{name}/manifests/{reference}`

Update an image's manifest given a reference or a digest. On digest pushes with `tag=` query
parameters, 201 responses repeat the `OCI-Tag` header once per tag value.

## Path parameters

- `name` string, required
- `reference` string, required

## Query parameters

- `tag` string[]

## Response `201`

created

## Other responses

- `400` — bad request
- `404` — not found
- `413` — request entity too large
- `414` — too many tag query parameters
- `500` — internal server error

---

[API](https://skmtc.net/project-zot/apis/open-container-initiative-distribution-specification.md) · [All operations](https://skmtc.net/project-zot/apis/open-container-initiative-distribution-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/project-zot/open-container-initiative-distribution-specification/versions/62d5df709bf8/schema)
