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

Apr 29, 2024

dev
0.0.4-dev.501
Compare
0.0.4-dev.501

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /v1/links/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • email property Modified
        • Full types went from string | null to string
          Breaking
        • Property is now required
          Breaking
      • companySlug, isUsed, userEmail properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • id, companyId, entityId, firstname, lastname, expiresAt properties Added
POST /v1/auth/register
  • Body
  • application/json content type Modified
    • firstname property Modified
      • Property is now required
        Breaking
      • firstname property Modified
        • Property is now required
          Breaking
    • lastname property Modified
      • Property is now required
        Breaking
      • lastname property Modified
        • Property is now required
          Breaking
    • link_ref property Modified
      • Full types went from string to string | null
      • link_ref property Modified
        • Full types went from string to string | null