phish-directory / api

API for phish.directory, a community-driven anti-phishing tool. Helping catch, prevent, and catalog phishing links & attempts.
4 stars 1 forks source link

Docs missing signup schema #23

Open ari-kl opened 2 months ago

ari-kl commented 2 months ago

The API docs are missing a JSON schema for the /user/signup endpoint. A proper request should have a body in the form:

{
  "name": "User name",
  "email": "name@example.com",
  "password": "MySuperSecurePassword123"
}
jaspermayone commented 2 months ago

Argh yes super hi prio, ty for reporting :)