action lyft_set_ride_status { label: "Propagate ride through ride status" description: "Propagate a sandbox-ride through various ride status\n" provider: lyft method: PUT path: "/sandbox/rides/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }