Updated Version 1.0 API (markdown)

Kun Deng
2019-07-18 08:46:02 -04:00
parent e9e3d1aaa3
commit 5ba0786f6b
+24
@@ -32,6 +32,30 @@ This page contains API documentation regarding version 1.0 if the API. For the s
"expiration":8000
}
```
### Register
**URI**: https://icarus-demo.com/api/v1/register
**Method**: Post
**Content type**: application/json
**Request body**:
```Json
{
"first_name":"Atman",
"last_name":"Heron",
"username":"ateron",
"nickname":"heron",
"password":"secret",
"email":"elysium@aaru.org",
"phone_number":"(789) 555-841"
}
```
**Response body**:
```Json
{
"username":"ateron",
"successfully_registered":true,
"message":"User successfully registered"
}
```
## Songs