PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Modify Account Settings API to accept a zipcode. #84

Closed johnboy14 closed 8 years ago

johnboy14 commented 8 years ago

Currently the /user/me/settings endpoint does not accept a zipcode. We need to update this so existing users can enter there location information.

{
  "email": "string",
  "first_name": "string",
  "last_name": "string",
  "gender": "string",
  "dob": "string",
  "public": true,
  "city": "string"
}