We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove /users/status/self and implement already available API Endpoint /users/status/:userId across all repos.
Below is the mentioned list of repos where /users/status/self is currently being used:
We should have removed the usage of /users/status/self API Endpoint and should be using the already available API endpoint /users/status/:userId.
Currently, we are using the /users/status/self API Endpoint.
The text was updated successfully, but these errors were encountered:
Please consider me for working on this issue.
Sorry, something went wrong.
Have implemented the changes for website-my: Real-Dev-Squad/website-my@develop...saurabh-ai:website-my:fix/user-status-self . Will connect with Hariom to understand testing and raise a PR
Implemented the changes in mobile-app. Real-Dev-Squad/mobile-app@develop...saurabh-ai:mobile-app:fix/user-status-self-endpoint
Documentation-related repos need to be updated once the new endpoint replaces the old one completely
saurabh-ai
No branches or pull requests
Issue Description
Remove /users/status/self and implement already available API Endpoint /users/status/:userId across all repos.
Below is the mentioned list of repos where /users/status/self is currently being used:
Expected Behavior
We should have removed the usage of /users/status/self API Endpoint and should be using the already available API endpoint /users/status/:userId.
Current Behavior
Currently, we are using the /users/status/self API Endpoint.
Screenshots
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: