We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7123227 commit c033601Copy full SHA for c033601
content/reference/api/registry/_index.md
@@ -517,7 +517,7 @@ response format is as follows:
517
To delete a manifest, perform a DELETE request to a path in the following
518
format: `/v2/<name>/manifests/<digest>`.
519
520
-<name> is the namespace of the repository, and <digest> is the digest of the
+`<name>` is the namespace of the repository, and `<digest>` is the digest of the
521
manifest to be deleted. Upon success, the registry must respond with a 202
522
Accepted code. If the repository does not exist, the response must return 404
523
Not Found. If manifest deletion is disabled, the registry must respond with
0 commit comments