API structure has changed
16 structure changes including:
13 Additions
3 Modifications
Modified
3
Breaking
GET /v1/permissionGroups
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
permissions property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
permissions property Removed
-
data property Modified
-
application/json content type Modified
GET /v1/users
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
first_name, last_name, roles properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- address, firstName, groups, lastName, locations properties Added
-
first_name, last_name, roles properties Removed
-
data property Modified
-
application/json content type Modified
GET /v1/users/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
first_name, last_name, roles properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- address, firstName, groups, lastName, locations properties Added
-
first_name, last_name, roles properties Removed
-
data property Modified
-
application/json content type Modified
Added
13
DELETE /v1/courses/{course_id}/notes/{id}
DELETE /v1/participants/{participant_id}/notes/{id}
GET /v1/courses/{course_id}/notes
GET /v1/courses/{course_id}/notes/{id}
GET /v1/participants/{participant_id}/notes
GET /v1/participants/{participant_id}/notes/{id}
PATCH /v1/courses/{course_id}/notes/{id}
PATCH /v1/participants/{participant_id}/notes/{id}
POST /v1/courses/{course_id}/notes
POST /v1/participants/{participant_id}/notes
POST /v1/users
PUT /v1/courses/{course_id}/notes/{id}
PUT /v1/participants/{participant_id}/notes/{id}