4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /v1/courses/
- Query
-
sort query parameter Modified
-
dayOfWeek query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
dayOfWeek query parameter Removed
-
page, pageSize, selectAll query parameters Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
GET /v1/families/
- Query
-
sort query parameter Modified
- createdAt query parameter Added
GET /v1/staff/
- Query
-
sort query parameter Modified
- createdAt query parameter Added
GET /v1/students/
- Query
-
sort query parameter Modified
- createdAt query parameter Added
8 structure changes including:
8 Modifications
Modified
8
Breaking
GET /v1/auth/accounts
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- CompanyDto property Modified
-
data property Modified
-
application/json content type Modified
GET /v1/companies/
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- settings property Modified
-
data property Modified
-
application/json content type Modified
GET /v1/company/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
GET /v1/company/{slug}
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PATCH /v1/company/settings
- Body
-
application/json content type Modified
-
general property Modified
-
industry property Modified
-
Type went from
string | nulltostringBreaking
-
Type went from
-
industry property Modified
-
general property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PATCH /v1/company/settings/look-and-feel
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PUT /v1/company
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PUT /v1/company/address
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
8 structure changes including:
8 Modifications
Modified
8
GET /v1/auth/accounts
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- CompanyDto property Modified
-
data property Modified
-
application/json content type Modified
GET /v1/companies/
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- settings property Modified
-
data property Modified
-
application/json content type Modified
GET /v1/company/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
GET /v1/company/{slug}
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PATCH /v1/company/settings
- Body
-
application/json content type Modified
-
general property Modified
-
CompanyIndustry property Modified
-
Type went from
stringtostring | null
-
Type went from
-
CompanyIndustry property Modified
-
general property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PATCH /v1/company/settings/look-and-feel
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PUT /v1/company
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
PUT /v1/company/address
- Response
-
200 response Modified
-
application/json content type Modified
-
settings property Modified
- general property Modified
-
settings property Modified
-
application/json content type Modified
1 structure change including:
1 Modification
Modified
1
GET /v1/attendances/stats
- Query
-
lessons query parameter Modified
- Query parameter is no longer required
- courseId query parameter Added
1 structure change including:
1 Breaking change
1 Modification
Modified
1
Breaking
DELETE /v1/files/for-entity/{entityId}/{purpose}
- Path went from
/v1/files/{entityId}/{purpose}to/v1/files/for-entity/{entityId}/{purpose}(same operationId)Breaking