1 structure change including:
1 Modification
Modified
1
GET /v1/lessons/{fromDate}/{toDate}
- Query
-
where query parameter Modified
-
staffId query parameter Modified
- Query parameter is no longer required
- studentId query parameter Added
-
staffId query parameter Modified
2 structure changes including:
2 Modifications
Modified
2
Breaking
POST /v1/families/{id}/invite
- Response
-
204 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added
POST /v1/staff/{id}/invite
- Response
-
204 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added
2 structure changes including:
2 Modifications
Modified
2
GET /v1/integrations/stripe/onboarding-link
- Response
-
200 response Modified
-
application/json content type Modified
-
expiresAt property Modified
-
Type went from
string(date-time)tostring(date-time) | null
-
Type went from
- createdAt, type properties Added
-
expiresAt property Modified
-
application/json content type Modified
GET /v1/integrations/stripe/profile-link
- Response
-
200 response Modified
-
application/json content type Modified
- expiresAt, type properties Added
-
application/json content type Modified
4 structure changes including:
4 Additions
Added
4
GET /v1/families/{id}/invite
GET /v1/families/{id}/user
GET /v1/staff/{id}/invite
GET /v1/staff/{id}/user
1 structure change including:
1 Modification
Modified
1
Breaking
POST /v1/agreements/
- Response
-
204 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added