Propagate ride through ride status
PUT
/sandbox/rides/{id}
Sandbox
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.lyft.com/sandbox/rides/' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "lyft"
}'
响应示例响应示例
200 - 示例 1
{
"ride_id": 123456789,
"status": "accepted"
}
请求参数
Path 参数
id
string
必需
Body 参数application/json
返回响应
修改于 2024-11-22 03:29:37