API structure has changed
25 structure changes including:
2 Breaking changes
23 Additions
2 Removals
Removed
2
Breaking
POST /api/Category
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/Category
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
23
PUT /api/Doctor/update
PUT /api/Article/update-article/{id}
PUT /api/Admin/update
POST /api/review-article/verify/{articleId}
POST /api/review-article/reject/{articleId}
POST /api/profilepictures
POST /api/authentication/Login
POST /api/Doctor/register
POST /api/Doctor/login
POST /api/Article/create-article
POST /api/Admin/login
POST /api/Admin/create
GET /api/hospitals/{id}
GET /api/hospitals
GET /api/Doctor/get/{id}
GET /api/Doctor/get-all
GET /api/Article/get-rejected-articles
GET /api/Article/get-not-verified-articles
GET /api/Article/get-article/{id}
GET /api/Admin/{id}
DELETE /api/Doctor/delete/{id}
DELETE /api/Article/delete-article/{id}
DELETE /api/Admin/delete/{id}