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

Jun 12, 2024

dev
0.0.4-dev.592
Compare
0.0.4-dev.592

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
POST /v1/trials/
  • Body
  • application/json content type Modified
    • studentId, classId, trialAt properties Modified
      • Properties are now required
        Breaking
    • time property Modified
      • Full types went from string(date-time) to string(time)
      • Property is now required
        Breaking
PUT /v1/trials/{id}
  • Body
  • application/json content type Modified
    • time property Modified
      • Full types went from string(date-time) to string(time)
      • Property is now required
        Breaking
      • time property Modified
        • Full types went from string(date-time) to string(time)
        • Property is now required
          Breaking