Update README.md

This commit is contained in:
sigonasr2, Sig, Sigo 2020-07-25 05:33:40 +09:00 committed by GitHub
parent 89b017df5d
commit 6c13e56a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.