Browse code

Merge pull request #51791 from majiayu000/22402-improve-image-tag-description

docs: improve description of image tag API endpoint

Sebastiaan van Stijn authored on 2026/01/06 23:58:28
Showing 1 changed files
... ...
@@ -10024,7 +10024,12 @@ paths:
10024 10024
   /images/{name}/tag:
10025 10025
     post:
10026 10026
       summary: "Tag an image"
10027
-      description: "Tag an image so that it becomes part of a repository."
10027
+      description: |
10028
+        Create a tag that refers to a source image.
10029
+
10030
+        This creates an additional reference (tag) to the source image. The tag
10031
+        can include a different repository name and/or tag. If the repository
10032
+        or tag already exists, it will be overwritten.
10028 10033
       operationId: "ImageTag"
10029 10034
       responses:
10030 10035
         201: