API structure has changed
18 structure changes including:
9 Breaking changes
9 Additions
9 Removals
Removed
9
Breaking
POST /api/users/reset-password/{email}/{token}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/users/register
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/users/login
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/users/forgot-password/{email}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/users/confirm-email/{token}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/users/change-password/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/normal-user-mri/upload-multiple-mri
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/normal-user-mri/upload-mri
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/admin-mri/upload-mri
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
9
POST /api/normal-users/reset-password/{email}/{token}
POST /api/normal-users/register
POST /api/normal-users/login
POST /api/normal-users/forgot-password/{email}
POST /api/normal-users/confirm-email/{token}
POST /api/normal-users/change-password/{id}
POST /api/normal-users-mri/upload-multiple-mri
POST /api/normal-users-mri/upload-mri
POST /api/admins-mri/upload-mri