v2

latestSwagger 2.0raw.githubusercontent.com2021-05-04263678.0 KB
AcrManifest
AcrMetadata

Update attributes of a manifest

patch/acr/v1/{name}/_manifests/{reference}

Path parameters

namestring required

Name of the image (including the namespace)

referencestring required

A tag or a digest, pointing to a specific image

Request body

deleteEnabledboolean

Delete enabled

writeEnabledboolean

Write enabled

listEnabledboolean

List enabled

readEnabledboolean

Read enabled

quarantineStatestring

Quarantine state

quarantineDetailsstring

Quarantine details

Example request

{
  "quarantineDetails": "quarantineDetails",
  "readEnabled": true,
  "quarantineState": "quarantineState",
  "listEnabled": true,
  "deleteEnabled": true,
  "writeEnabled": true
}

Response

The attributes are updated