Update Restrictions

  1. Apartment details can be updated using our Holidu API. But there can be only one update at a time on an apartment. When there are multiple updates on an apartment, the first request will be successful while the second one will wait for a second and throw 429 error code. This might happen since there are many APIs to update apartment details (LOS, Photos, etc.)

Best practice is to wait for requests to finish before sending the next one. If you are sending multiple requests at once, those requests should be for different apartments.

  1. There is a 15 seconds lock in period if the update hangs or get interrupted. In such cases after the lock in period of 15 seconds, the updates can be retried again.