Updating expiration through API in quay

46 views Asked by At

I am working with an inhouse quay 3.3.0, and I am looking for a way to use the API to set a new expiration date on an image.

The API explorer isn't that helpful but I can see that the frontend uses the REST service PUT https://quay.at.home/api/v1/repository/{organization}/{repository}/tag/{version}

But I can't seem to find any credentials that give me anything else than a 403. I have tried with an application token and my own auth token to no effect.

How do I call the API, and with which credentials?

0

There are 0 answers