-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated deprecated /users/self API endpoint to the current working endpoint /users?profile=true #1294
Updated deprecated /users/self API endpoint to the current working endpoint /users?profile=true #1294
Conversation
…dpoint /users?profile=true
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Hariom01010 is attempting to deploy a commit to the RDS-Team Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing?
Will look into it again sir and rerun it on my workspace and try to fix them ASAP |
…ers-self-api-endpoint Updated deprecated /users/self API endpoint to the current working endpoint /users?profile=true
Date: 09 Dec 2024
Developer Name: Hariom Vashista
Issue Ticket Number
Fixes: Real-Dev-Squad/todo-action-items#255 repo#3
Description
The deprecated API endpoint (/users/self) has been replaced by the current in use implementation (/users?profile=true)
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
The screenshot shows the working of the site with the /users/self API endpoint (before changes). Response Status: 200 OK
Screenshot 2
The screenshot shows the working of the site with the /users?profile=true API endpoint (after the changes). Response Status: 200 OK
Test Coverage
Screenshot 1
All tests are passing.
Additional Notes