Profile Rest API - Munoon/Restaurant-REST-Voting-System GitHub Wiki
URL Pages
Description | Method | URL | Body |
---|---|---|---|
Get Info | GET | {URL}/profile | - |
Delete Profile | DELETE | {URL}/profile | - |
Update Info | PUT | {URL}/profile | Update body |
Update Body
{
"id": 100,
"name": "New Name",
"email": "[email protected]",
"password": "easyPass",
"registered": "2019-07-30T19:00",
"enabled": true,
"roles": ["ROLE_ADMIN"]
}