Preset types of rides for sandbox
PUT
/sandbox/ridetypes
Sandbox
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.lyft.com/sandbox/ridetypes' \
--header 'Content-Type: application/json' \
--data-raw '{
"lat": 37.7833,
"lng": -122.4167,
"ride_types": [
"lyft",
"lyft_line",
"lyft_plus"
]
}'
响应示例响应示例
200 - 示例 1
{
"lat": 37.7833,
"lng": -122.4167,
"ride_types": [
"lyft",
"lyft_line",
"lyft_plus"
]
}
请求参数
Body 参数application/json
返回响应
修改于 2024-11-22 03:29:37