Commit 76654c26 authored by Serena Fang's avatar Serena Fang

Update endpoint documentation

parent 290689d5
...@@ -1213,11 +1213,13 @@ GET /user/emails ...@@ -1213,11 +1213,13 @@ GET /user/emails
[ [
{ {
"id": 1, "id": 1,
"email": "email@example.com" "email": "email@example.com",
"confirmed?" : true
}, },
{ {
"id": 3, "id": 3,
"email": "email2@example.com" "email": "email2@example.com",
"confirmed?" : false
} }
] ]
``` ```
...@@ -1257,7 +1259,8 @@ Parameters: ...@@ -1257,7 +1259,8 @@ Parameters:
```json ```json
{ {
"id": 1, "id": 1,
"email": "email@example.com" "email": "email@example.com",
"confirmed?" : true
} }
``` ```
...@@ -1276,7 +1279,8 @@ Parameters: ...@@ -1276,7 +1279,8 @@ Parameters:
```json ```json
{ {
"id": 4, "id": 4,
"email": "email@example.com" "email": "email@example.com",
"confirmed?" : true
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment