I am stuck trying to figure out how the expires_at of a zip download can be changed. This is the documentation on the field on response:
"The time and date when this archive will expire. After this time the status_url and download_url will return an error.
By default, these URLs are only valid for a few seconds, unless a download is started after which the download_url is valid for the duration of the download, and the status_url is valid for 12 hours from the start of the download."
There is nothing about being able to pass an expiry. My question is that if this is a read only field, why is there a status_url then as it would not be useful.
Any help is appreciated.