API structure has changed
5 structure changes including:
2 Breaking changes
3 Modifications
2 Removals
Modified
3
Breaking
POST /bookings
- Body
-
application/json content type Modified
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data property Added
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
application/xml content type Modified
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data property Added
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
- Response
-
201 response Modified
-
application/json content type Modified
-
id, trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data property Added
-
id, trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
application/xml content type Modified
-
id, trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data property Added
-
id, trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
application/json content type Modified
POST /bookings/{bookingId}/payment
- Body
-
application/json content type Modified
-
amount, currency, source properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data property Added
-
amount, currency, source properties Removed
- Response
-
200 response Modified
-
application/json content type Modified
-
id, amount, currency, source, status properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data property Added
-
id, amount, currency, source, status properties Removed
-
application/json content type Modified
Webhook POST newBooking
- Body
-
application/json content type Modified
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- data property Added
-
trip_id, passenger_name, has_bicycle, has_dog properties Removed
Removed
2
Breaking
DELETE /bookings/{bookingId}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /bookings/{bookingId}
- Removing a resource is always breaking unless it was deprecated before Breaking