Update the destination of the ride
PUT
/rides/{id}/destination
User
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.lyft.com/v1/rides//destination' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "123 Main St, Anytown, CA",
"lat": 36.9442175,
"lng": -123.8679133
}'
Response Response Example
200 - Example 1
{
"address": "123 Main St, Anytown, CA",
"lat": 36.9442175,
"lng": -123.8679133
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2023-08-15 05:38:33