Change Updates

Do not miss any API changes, ever again

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

RSS

Feb 17, 2025

main
v1
Compare

API structure has changed

6 structure changes including:
2 Additions
4 Modifications
Modified 4
GET /v1/forums/{forumId}/topics
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • closedAt property Added
GET /v1/forums/{forumId}/topics/{topicId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • closedAt property Added
POST /v1/forums/{forumId}/topics
  • Response
  • 201 response Modified
    • application/json content type Modified
      • closedAt property Added
PUT /v1/forums/{forumId}/topics/{topicId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • closedAt property Added
Added 2
GET /v1/courses/{courseId}/participants/{courseParticipantId}/stepCompletions
GET /v1/courses/{courseId}/participants/{courseParticipantId}/stepCompletions/{stepCompletionId}