HarshCasper / HarshCasper/AllNotes
Add Update Profile + Delete Profile Option
Open
Assigned
Backend-Dev
enhancement
Medium
WooTech-20
- Dominant language
- JavaScript
- Stars
- 43
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Add Update Profile endpoint and Delete Profile endpoints.
### Update Profile
@route POST api/profile/me
@desc Create your own profile (and if profile already exists then update it)
@access Private
### Delete Profile
@route DELETE api/profile/me
@desc Delete profile, user
@access Private
Contributor guide
Assessment
This issue has not been assessed yet.