POST api/v1/Banners/CacheReset

Requests a cache reset for the specified banners. Will return HTTP 200 or HTTP 404 if banner is not found.

Request Information

URI Parameters

None.

Body Parameters

List of banner secrets.

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.