Add the passenger's rating, feedback, and tip
PUT
/rides/{id}/rating
User
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.lyft.com/v1/rides//rating' \
--header 'Content-Type: application/json' \
--data-raw '{
"feedback": "Great ride!",
"rating": 5,
"tip": {
"amount": 100,
"currency": "USD"
}
}'
Response Response Example
204 - Example 1
{}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2023-08-15 05:38:33