Change Updates

Do not miss any MedDict-VinUni API changes, ever again

Subscribe to the MedDict-VinUni API changelog to be up to date on recent changes.

RSS

Jan 8, 2024

main
1.1
Compare

API structure has changed

3 structure changes including:
2 Breaking changes
1 Addition
2 Modifications
Modified 2 Breaking
GET /words/illustration/{id}
  • Path went from /words/illustration to /words/illustration/{id} (same operationId)
    Breaking
  • Query
  • id query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Path
  • id path parameter Added
POST /words/illustration/{id}
  • Path went from /words/illustration to /words/illustration/{id} (same operationId)
    Breaking
Added 1
GET /pages/sound/{lang}/{id}