Change Updates

Do not miss any LiMedAi API changes, ever again

Subscribe to the LiMedAi API changelog to be up to date on recent changes.

RSS

Sep 18, 2024

main
1.0.1
Compare

API structure has changed

4 structure changes including:
1 Addition
3 Modifications
Modified 3 Breaking
GET /api/authentication/fetchuserinfo
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • theme property Modified
          • Full types went from string to number
            Breaking
POST /api/authentication/signin
  • Response
  • 200 response Modified
    • application/json content type Modified
      • theme property Modified
        • Full types went from string to number
          Breaking
POST /api/authentication/signup
  • Body
  • application/json content type Modified
    • email property Modified
      • Full types went from string(email) to string
      • Property is no longer required
    • password property Modified
      • Full types went from string(password) to string
      • Property is no longer required
    • firstName, lastName properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, email, configuredProfile properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • user property Added
  • 400 response Modified
    • text/plain content type Modified
      • Full types is now string
      • property Added
  • 500 response Modified
    • text/plain content type Modified
      • Full types is now string
      • property Added
Added 1
PATCH /api/profile/updateprofile