========================================= PUT /:country/listings/:id/image/:imageid ========================================= Updates an image. Body Parameters --------------- An `Image`_ model. Response -------- ===== ============================================= HTTP Content / Description ===== ============================================= 200 The newly created `Image`_. 400 `Error`_: No filter was given. 404 `Error`_: Listing or Image couldn't be found. ===== ============================================= .. _Image: ./../models.html#image .. _Error: ./../models.html#error