Open ari-kl opened 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:
/user/signup
{ "name": "User name", "email": "name@example.com", "password": "MySuperSecurePassword123" }
Argh yes super hi prio, ty for reporting :)
The API docs are missing a JSON schema for the
/user/signup
endpoint. A proper request should have a body in the form: