To update an advert on an RE user account, you have to send a request to the https://api.olxgroup.com/advert/v1/{advert_uuid} endpoint.

This endpoint requires the PUT HTTP method and expects data as JSON along with Content-Type: application/json header, as the same explained in the Create advert section.

Using this endpoint updates an advert in the name of a currently authenticated user related to the access_token in the request.

Language