Skip to content

Commit 9771cbe

Browse files
stevsmitSteven Smith
andauthored
Fixes cron job (quay#1205)
Co-authored-by: Steven Smith <[email protected]>
1 parent 9339b97 commit 9771cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/automating-quay-using-the-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following example shows you how you might use a Python script and a cron job
1616
1717
.Procedure
1818

19-
. Create a Python script that executes an API command. The following example is used to prune images using the link:https://docs.redhat.com/en/documentation/red_hat_quay/{producty}/html-single/red_hat_quay_api_guide/index#deletefulltag[`DELETE /api/v1/repository/{repository}/tag/{tag}`] API endpoint.
19+
. Create a Python script that executes an API command. The following example is used to delete organization applications using the link:https://docs.redhat.com/en/documentation/red_hat_quay/3/html-single/red_hat_quay_api_guide/index#deleteorganizationapplication[`DELETE /api/v1/organization/{orgname}/applications/{client_id}`] API endpoint.
2020
+
2121
.example.py file
2222
[source,python]

0 commit comments

Comments
 (0)