From 6c13e56a76c1a85bde76543fdb5d0fe12c4980d2 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Sat, 25 Jul 2020 05:33:40 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42c16f8..19ccfff 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ All endpoints require an `authentication token` provided by your mobile tracking `GET /member/{firstname}/{lastname}` - Gets a family member by first and last name. -`GET /member/location` - Gets current location of a member. +`GET /member/{firstname}/{lastname}/location` - Gets current location of a member. -`POST /member/location` - Checks into a new location. +`POST /member/{firstname}/{lastname}/{firstname}/{lastname}/location` - Checks into a new location. -`PATCH /member/location` - Update current location statistics. +`PATCH /member/{firstname}/{lastname}/location` - Update current location statistics. -`PATCH /member/type` - Updates a member type. Valid types include `parent`,`user`, and `admin`. +`PATCH /member/{firstname}/{lastname}/type` - Updates a member type. Valid types include `parent`,`user`, and `admin`. `DELETE /family/{family}` - Removes a family.