v1

latestOpenAPI 3.0.02026-07-1398671635.1 KB
Delivery Pools API
publicly-accessible

Modify a delivery pool

Modify a delivery pool, changing its name, restaurants or both

patch/delivery/pools/{deliveryPoolId}

Request body

namestring

The name of the pool, used by operations teams, in reports, etc.

restaurantsnumber[]

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

Example request

{
  "name": "Toronto - North"
}

Response

Pool has been updated

namestring

The name of the pool, used by operations teams, in reports, etc.

restaurantsnumber[]

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