Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 374 Bytes

2020-12-02-allow-calling-api-without-version.md

File metadata and controls

9 lines (8 loc) · 374 Bytes
title issue
Added possibility to call the API without a version
NEXT-12081

API

  • Added new route /api/_info/version or /api/v1/_info/version to identify the current used Shopware version
  • Added fallback api routes without versioning for all api routes to prepare next major update
    • Example: /api/v3/product can be now called also as /api/product