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.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/CacheBuster/update
Request samples
uapi --output=jsonpretty \
  --user=username \
  CacheBuster \
  update
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "update",
  • "module": "CacheBuster",
  • "result": {
    • "data": {
      • "cache_id": 11381138
      },
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}