UpdatePeople - HopeTill/Server GitHub Wiki

Used to modify information about people

Required parameter

  • id : int, id of people to modify

Optional parameter

  • first_name : string, his first name
  • last_name : string, his last name
  • email : string, his email to contact
  • phone : string, his phone to contact

Result