You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods requests.setStatusByID, products.setDriversAvailabilityByID and products.setSurgeMultiplierByID send HTTP requests to the wrong URL, e.g.: https://sandbox-api.uber.com/v1/requests/{request_id}
While the base URL is correct, the endpoint requires another hierarchy, like that: https://sandbox-api.uber.com/v1/sandbox/requests/{request_id}
The text was updated successfully, but these errors were encountered:
Thanks to this post on ST, a bug was identified:
The methods
requests.setStatusByID
,products.setDriversAvailabilityByID
andproducts.setSurgeMultiplierByID
send HTTP requests to the wrong URL, e.g.:https://sandbox-api.uber.com/v1/requests/{request_id}
While the base URL is correct, the endpoint requires another hierarchy, like that:
https://sandbox-api.uber.com/v1/sandbox/requests/{request_id}
The text was updated successfully, but these errors were encountered: