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 5aae811 commit 730d5bbCopy full SHA for 730d5bb
modules/setting-tag-expiration-api.adoc
@@ -19,7 +19,7 @@ $ curl -X PUT \
19
-H "Authorization: Bearer <bearer_token>" \
20
-H "Content-Type: application/json" \
21
--data '{
22
- "manifest_digest": "<manifest_digest>"
+ "expiration": "<seconds since epoch>"
23
}' \
24
https://<quay-server.example.com>/api/v1/repository/<namespace>/<repository_name>/tag/<tag>
25
----
@@ -29,4 +29,4 @@ $ curl -X PUT \
29
[source,terminal]
30
31
"Updated"
32
-----
+----
0 commit comments