Skip to content

User Profile EndPoints

Branson Ng edited this page Nov 13, 2020 · 1 revision

PATCH profile

localhost:8000/api/profile/:email

{
    "fullname": "Prakash",
    "address": "college east ave",
    "phone": 62353535,
    "avatarUrl": "yeet.com"
}
Clone this wiki locally