Update the destination of the ride
PUT
/rides/{id}/destination
User
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.lyft.com/rides//destination' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "123 Main St, Anytown, CA",
"lat": 36.9442175,
"lng": -123.8679133
}'
响应示例响应示例
200 - 示例 1
{
"address": "string",
"lat": 36.9442175,
"lng": -123.8679133
}
请求参数
Path 参数
id
string
必需
Body 参数application/json
返回响应
修改于 2024-11-22 03:29:37