-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
featureFeature branch for developFeature branch for develop
Description
Registration:
POST /api/users
Example request body:
{
"user":{
"username": "Jacob",
"email": "jake@jake.jake",
"password": "jakejake"
}
}No authentication required, returns a User
Required fields: email, username, password
Metadata
Metadata
Assignees
Labels
featureFeature branch for developFeature branch for develop