Error
A valid request URL is required to generate request examples{
"results": {
"expiresAt": "2023-11-07T05:31:56Z",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Update preview expiration
Update the expiration date of a preview project. The expiration is recomputed from now, clamped to the upstream projectās maximum preview expiration. Omit expiresInHours to reset to the upstream default.
PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
preview-expiration
Error
A valid request URL is required to generate request examples{
"results": {
"expiresAt": "2023-11-07T05:31:56Z",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?