Updated Authentication (markdown)
+4
-4
@@ -26,20 +26,20 @@
|
|||||||
**Request body**:
|
**Request body**:
|
||||||
```Json
|
```Json
|
||||||
{
|
{
|
||||||
"first_name" : "Atman",
|
"firstname" : "Atman",
|
||||||
"last_name" : "Heron",
|
"lastname" : "Heron",
|
||||||
"username" : "ateron",
|
"username" : "ateron",
|
||||||
"nickname" : "heron",
|
"nickname" : "heron",
|
||||||
"password" : "secret",
|
"password" : "secret",
|
||||||
"email" : "elysium@aaru.org",
|
"email" : "elysium@aaru.org",
|
||||||
"phone_number" : "(369) 500-9411"
|
"phone" : "369 500-9411"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
**Response body**:
|
**Response body**:
|
||||||
```Json
|
```Json
|
||||||
{
|
{
|
||||||
"username" : "ateron",
|
"username" : "ateron",
|
||||||
"successfully_registered" : true,
|
"registered" : true,
|
||||||
"message" : "User successfully registered"
|
"message" : "User successfully registered"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user