Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

Sep 23, 2024

dev
0.0.4-dev.840
Compare
0.0.4-dev.840

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
PATCH /v1/users/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • LoginDto alternative Modified
        • user property Modified
      • UserDto alternative Modified
        • firstname, lastname properties Modified
          • Full types went from string to string | null
POST /v1/auth/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • firstname, lastname properties Modified
          • Full types went from string to string | null
POST /v1/auth/register
  • Body
  • application/json content type Modified
    • firstname, lastname properties Modified
      • Full types went from string to string | null
      • Properties are no longer required
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, firstname, lastname, email, phone, email_verified_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • user, token properties Added
POST /v1/auth/reset-password
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • firstname, lastname properties Modified
          • Full types went from string to string | null