POST api/v1/Banners/CacheReset?secret={secret}
Requests a cache reset for a list of banner version. Will return HTTP 200 or HTTP 404 if banner is not found.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
secret |
Banner secret. |
string |
Required |
Body Parameters
List of banner paths to purge.
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.