---
title: "PATCH /acr/v1/{name}"
method: PATCH
path: "/acr/v1/{name}"
---

# PATCH /acr/v1/{name}

`PATCH /acr/v1/{name}`

Update the attribute identified by `name` where `reference` is the name of the
repository.

## Path parameters

- `name` string, required

## Query parameters

- `api-version` string, required

## Request body

- RepositoryChangeableAttributes — Changeable attributes for Repository
  - `deleteEnabled` boolean — Delete enabled
  - `writeEnabled` boolean — Write enabled
  - `listEnabled` boolean — List enabled
  - `readEnabled` boolean — Read enabled

## Response `200`

The request has succeeded.

- ContainerRepositoryProperties — Properties of this repository.
  - `registry` string, required — Registry login server name. This is likely to be similar to {registry-name}.azurecr.io.
  - `imageName` string, required — Image name
  - `createdTime` string, date-time, required — Image created time
  - `lastUpdateTime` string, date-time, required — Image last update time
  - `manifestCount` integer, required — Number of the manifests
  - `tagCount` integer, required — Number of the tags
  - `changeableAttributes` RepositoryChangeableAttributes, required — Changeable attributes for Repository
    - `deleteEnabled` boolean — Delete enabled
    - `writeEnabled` boolean — Write enabled
    - `listEnabled` boolean — List enabled
    - `readEnabled` boolean — Read enabled

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (2018-08-10-preview) `be283057eb09` — 1 breaking, 2 info
  - added the new required `query` request parameter `api-version`
  - api operation id `ContainerRegistry_UpdateRepositoryProperties` removed and replaced with `ContainerRegistry_UpdateProperties`
  - api tag `Registry` removed
- **2026-07-13** (2018-08-10-preview) `9203740b38dd` — 4 info
  - api operation id `UpdateAcrRepositoryAttributes` removed and replaced with `ContainerRegistry_UpdateRepositoryProperties`
  - api tag `Registry` added
  - api tag `AcrMetadata` removed
  - api tag `AcrRepository` removed
- **2026-07-13** (2018-08-10-preview) `7108fa6b173b` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - added the non-success response with the status `404`
  - added the success response with the status `204`
- **2026-07-13** (2018-08-10-preview) `89022cd898bc` — 1 breaking, 2 info
  - removed the success response with the status `204`
  - removed the non-success response with the status `404`
  - added the success response with the status `200`
- **2025-09-10** (2018-08-10-preview) `64c2cd483faa` — 1 breaking, 1 warning, 5 info
  - removed the success response with the status `200`
  - deleted the `query` request parameter `api-version`
  - api operation id `ContainerRegistry_UpdateProperties` removed and replaced with `UpdateAcrRepositoryAttributes`
  - api tag `AcrMetadata` added
  - …3 more

[Change history](https://skmtc.dev/azure/apis/containerregistry-registry/changes/acr/v1/:name/patch.md)

---

[API](https://skmtc.dev/azure/apis/containerregistry-registry.md) · [All operations](https://skmtc.dev/azure/apis/containerregistry-registry/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/containerregistry-registry/revisions/be283057eb09/schema)
