======================================== PUT /util/:country/screenshot/:listingId ======================================== Requests a new screenshot for the listing .. note:: This adds a new item to a SQS queue. Creating the screenshot will be an async process Parameters ---------- .. list-table:: :header-rows: 1 * - Key - Description - Optional * - priority - When set, the task will be added to the priority queue. - X Response -------- ===== ======================================= HTTP Content / Description ===== ======================================= 204 Task was added to the screenshot queue 404 `Error`_: Listing couldn't be found. 404 `Error`_: Listing does not have any `Link`_: of type ``website`` couldn't be found. ===== ======================================= .. _Error: ./../../public/models.html#error .. _Link: ./../../public/models.html#link