API structure has changed
5 structure changes including:
1 Breaking change
4 Modifications
1 Removal
Modified
4
Breaking
GET /v1/enrolments/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/enrolments/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
startAt, endAt 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
-
startAt, endAt properties Removed
-
application/json content type Modified
POST /v1/enrolments/
- Response
-
200 response Modified
- application/json content type Modified
POST /v1/enrolments/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
-
startAt, endAt 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
-
startAt, endAt properties Removed
-
application/json content type Modified
Removed
1
Breaking
PUT /v1/enrolments/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking