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

Changelog

Last update:
Compare
3 structure changes including:
2 Additions
1 Modification
Modified 1
POST /api/textbooks/searchtextbooks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • textbooks property Modified
        • _id property Added
Added 2
GET /api/textbooks/getalltextbooks
GET /api/textbooks/gettextbooksforlist
1 structure change including:
1 Addition
Added 1
POST /api/textbooks/searchtextbooks
1 structure change including:
1 Addition
Added 1
POST /api/authentication/signout
6 structure changes including:
2 Additions
4 Modifications
Modified 4 Breaking
GET /api/authentication/fetchuserinfo
  • Authentication
  • Cookie auth authentication method Added
PATCH /api/profile/updateprofile
  • Body
  • application/json content type Modified
    • theme property Modified
      • Full types went from string to number
        Breaking
    • userId property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • theme property Modified
          • Full types went from string to number
            Breaking
  • Authentication
  • Cookie auth authentication method Added
POST /api/authentication/signin
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, email, configuredProfile, firstName, lastName, avatar, theme 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
POST /api/authentication/signup
  • Body
  • application/json content type Modified
    • email property Modified
      • Full types went from string to string(email)
      • Property is now required
        Breaking
    • password property Modified
      • Full types went from string to string(password)
      • Property is now required
        Breaking
    • firstName, lastName properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • user property Modified
        • firstName, lastName properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • configuredProfile property Added
Added 2
DELETE /api/profile/deleteavatar
PATCH /api/profile/updateavatar
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
1 structure change including:
1 Addition
Added 1
GET /api/authentication/fetchuserinfo