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

NameDescriptionTypeAdditional information
secret

Banner secret.

string

Required

Body Parameters

List of banner paths to purge.

Collection of string

Request 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.