action just_eat_put_delivery_pools_delivery_pool_id_availability_relative { label: "Set availability for pickup" description: "Set the average amount of time it will take a driver to collect a new order from a restaurant in the pool." provider: just_eat method: PUT path: "/delivery/pools/{deliveryPoolId}/availability/relative" encoding: json input: { type: "object" properties: { bestGuess: { type: "string" description: "Your best estimation (hh:mm:ss)" } } } output: { type: "object" additionalProperties: true } }