v1
latestOpenAPI 3.0.02026-07-1398671635.1 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
[
{
"restaurantId": "1",
"etaAtRestaurant": 1
}
]Response
Update will take effect shortly
Example response
{
"ignoredRestaurantIds": [
"123",
"456"
]
}