action lyft_set_ride_type_availability { label: "Driver availability for processing ride request" description: "Set driver availability for the provided ride_type in the city/region surrounding the specified location\n" provider: lyft method: PUT path: "/sandbox/ridetypes/{ride_type}" encoding: json output: { type: "object" additionalProperties: true } }