v1
latestOpenAPI 3.0.02026-07-1498671635.3 KBRestaurants
publicly-accessible
Set ETA for pickup
Set the average amount of time it will take a driver to collect a new order from a restaurant.
put/restaurants/driver/eta
Request body
Example request
[
{
"etaAtRestaurant": 1,
"restaurantId": "1"
}
]Response
Update will take effect shortly
Example response
{
"ignoredRestaurantIds": [
"123",
"456"
]
}