generated from jm1021/leuck_reunion
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
- In local broswer, add /api/players to the end of url (8086)
- It should show all records in the database
- To update from Postman, type in the url from the browser and add '/update'
- Make sure the PUT method is selected
- navigate body > raw > JSON
- Type in
{"uid": "<uidOfAccount>", "data": {"<keyToUpdate>": <newValue>}}
(change things inside <> as needed.) - Click send
- Reload the browser tab
- Data should be updated and shown
Metadata
Metadata
Assignees
Labels
No labels