latestOpenAPI 3.0.02026-07-1398671635.1 KB

4b25c7d97a53

Delivery Pools API
publicly-accessible

Add restaurants to an existing delivery pool

Add additional restaurants to a delivery pool

put/delivery/pools/{deliveryPoolId}/restaurants

Response

OK

restaurantsnumber[]

A list of Just Eat restaurant ids served by the pool.

Example response

{
  "restaurants": [
    10202,
    10203
  ]
}