cache times
private
Updates or creates a cache time
Updates a cache time if it exists or creates a new one for a given id
put/cache-times/{id}
Path parameters
idstring required
Unique id of cache time
Request body
Example request
{
"path": "admin",
"collection_id": "example-1a19e3462937d85804752375daa00ba41d1b6625d396f21000e3c4571ebf2606",
"collection_title": "Example Collection",
"release_time": "2024-01-15T12:00:00Z"
}Response
Cache time successfully updated or created