Update Profile
Update Profile
POST
https://api-my-news.herokuapp.com/api/profile/update
method POST
Request Body
Name
Type
Description
name
string
password
string
{
"message": "successfully update profile",
"status": true,
"data": {
"id": 1,
"name": "afif maulana iskandar muda",
"email": "afif@gmail.com",
"email_verified_at": null,
"api_token": "Vs9QkwlOmEqik2CidhSB8fhFsY1dYBCyIFreSS1LRf1tGiXocW9aoAQ9oUqbzbrDZA75ABN6WESpYGzA",
"created_at": "2020-08-14T07:18:24.000000Z",
"updated_at": "2020-08-24T09:06:06.000000Z"
}
}
Last updated
Was this helpful?