API structure has changed
7 structure changes including:
3 Breaking changes
3 Additions
1 Modification
3 Removals
Modified
1
Breaking
GET /api/Skill/{filter}
- Path went from
/api/Skill/{id}
to/api/Skill/{filter}
(same operationId) - Path
-
id path 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
- filter path parameter Added
Removed
3
Breaking
GET /api/Admin/GetAllAdminsWithPaging
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/Job
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/Job/GetAllWithPagination
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
3
GET /api/Admin/GetAllAdminsWithPaging/{pageNumber}/{pageSize}
GET /api/Job/GetAll
GET /api/Job/GetAllWithPagination/{pageNumber}/{pageSize}