Update README.md

master
sigonasr2, Sig, Sigo 5 years ago committed by GitHub
parent 89b017df5d
commit 6c13e56a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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.

Loading…
Cancel
Save