action just_eat_put_delivery_pools_delivery_pool_id_restaurants { label: "Add restaurants to an existing delivery pool" description: "Add additional restaurants to a delivery pool" provider: just_eat method: PUT path: "/delivery/pools/{deliveryPoolId}/restaurants" encoding: json output: { type: "object" properties: { restaurants: { type: "array" description: "A list of Just Eat restaurant ids served by the pool." items: { type: "number" format: "int32" } } } } }