CacheBuster
Browser Cache Management
Create web browser cached file override ID
This function generates a random integer (the CacheBuster ID). Use this ID to work with and around a browser's caching mechanism.
get/CacheBuster/update
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "update",
"module": "CacheBuster",
"result": {
"data": {
"cache_id": 11381138
},
"status": 1
}
}