Add username to User and UserBasic entities in API and in examples in doc.
This commit is contained in:
parent
b48852e789
commit
d3b8952f8f
8 changed files with 28 additions and 2 deletions
|
@ -15,6 +15,7 @@ GET /projects/:id/notes
|
|||
"body": "The solution is rather tricky",
|
||||
"author": {
|
||||
"id": 1,
|
||||
"username": "john_smith",
|
||||
"email": "john@example.com",
|
||||
"name": "John Smith",
|
||||
"blocked": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue