========================== PUT /:country/listings/:id ========================== Updates an existing listing. .. note:: The listing must be sent in full. There is no support for updating parts of a listing for the time being. .. note:: Listings cannot be updated from third parties if they are claimed by other providers. Body Parameters --------------- A `Listing`_ model. Response -------- ===== ======================================= HTTP Content / Description ===== ======================================= 200 The newly created `Listing`_ 404 `Error`_: Listing couldn't be found. 4xx An `Error`_ if the listing was rejected ===== ======================================= .. _Listing: ./../models.html#listing .. _Error: ./../models.html#error