---
title: "PATCH /acr/v1/{name}/_manifests/{reference}"
method: PATCH
path: "/acr/v1/{name}/_manifests/{reference}"
tags: ["AcrManifest", "AcrMetadata"]
---

# PATCH /acr/v1/{name}/_manifests/{reference}

`PATCH /acr/v1/{name}/_manifests/{reference}`

Update attributes of a manifest

## Path parameters

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

## Request body

- ManifestChangeableAttributes — Changeable attributes
  - `deleteEnabled` boolean — Delete enabled
  - `writeEnabled` boolean — Write enabled
  - `listEnabled` boolean — List enabled
  - `readEnabled` boolean — Read enabled
  - `quarantineState` string — Quarantine state
  - `quarantineDetails` string — Quarantine details

## Response `200`

The attributes are updated

## Other responses

- `default` — ACR error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/azure-container-registry.md) · [All operations](https://skmtc.net/azure/apis/azure-container-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-container-registry/revisions/6940fb5cc746/schema)
