EndpointsInfo for a specific ride
Endpoints

Info for a specific ride

curl -X GET "http://petstore.swagger.io/v1/rides/example_string" \
  -H "Content-Type: application/json"
[
  "null"
]
GET
/rides/{rideId}
GET
path
rideIdstring
Required

The id of the ride to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

rideIdstring
Required

The id of the ride to retrieve

Responses

Expected response to a valid request