API structure has changed
4 structure changes including:
1 Addition
3 Modifications
Modified
3
Breaking
GET /api/authentication/fetchuserinfo
- Response
-
200 response Modified
-
application/json content type Modified
-
user property Modified
-
theme property Modified
-
Full types went from
stringtonumberBreaking
-
Full types went from
-
theme property Modified
-
user property Modified
-
application/json content type Modified
POST /api/authentication/signin
- Response
-
200 response Modified
-
application/json content type Modified
-
theme property Modified
-
Full types went from
stringtonumberBreaking
-
Full types went from
-
theme property Modified
-
application/json content type Modified
POST /api/authentication/signup
- Body
-
application/json content type Modified
-
email property Modified
-
Full types went from
string(email)tostring - Property is no longer required
-
Full types went from
-
password property Modified
-
Full types went from
string(password)tostring - Property is no longer required
-
Full types went from
- firstName, lastName properties Added
-
email property Modified
- Response
-
201 response Modified
-
application/json content type Modified
-
id, email, configuredProfile properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- user property Added
-
id, email, configuredProfile properties Removed
-
application/json content type Modified
-
400 response Modified
-
text/plain content type Modified
-
Full types is now
string
- property Added
-
Full types is now
-
text/plain content type Modified
-
500 response Modified
-
text/plain content type Modified
-
Full types is now
string
- property Added
-
Full types is now
-
text/plain content type Modified
Added
1
PATCH /api/profile/updateprofile