Change Updates

Do not miss any train/book API changes, ever again

Subscribe to the train/book API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare
4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /bookings
  • Query
  • page, limit query parameters Added
GET /stations
  • Query
  • page, limit, coordinates, search, country query parameters Added
GET /trips
  • Query
  • bicycles query parameter Modified
    • Query parameter is no longer required
  • page, limit query parameters Added
POST /bookings/{bookingId}/payment
  • Body
  • application/json content type Modified
    • Content type is now required
      Breaking
    • source property Modified
      • Combinator went from anyOf to oneOf
  • Response
  • 200 response Modified
    • application/json content type Modified
      • source property Modified
        • Combinator went from anyOf to oneOf

This description text and title let you add further context to a change in your API, and communicate with your API users.

It supports markdown and embeds.

Changes can be automatically released, or manually, giving you full control over what and when you communicate.

Read more about releasing in our docs.

1 structure change including:
1 Modification
Modified 1 Breaking
GET /trips
  • Query
  • bicycles query parameter Modified
    • Query parameter is now required
      Breaking