|
@@ -673,7 +673,7 @@ Tag the image `name` into a repository
|
|
|
|
|
|
**Example request**:
|
|
|
|
|
|
- POST /images/test/tag?repo=myrepo&force=0 HTTP/1.1
|
|
|
+ POST /images/test/tag?repo=myrepo&force=0&tag=v42 HTTP/1.1
|
|
|
|
|
|
**Example response**:
|
|
|
|
|
@@ -683,6 +683,7 @@ Query Parameters:
|
|
|
|
|
|
- **repo** – The repository to tag in
|
|
|
- **force** – 1/True/true or 0/False/false, default false
|
|
|
+- **tag** - The new tag name
|
|
|
|
|
|
Status Codes:
|
|
|
|