mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
User service changes part 3 (#163)
This commit is contained in:
@@ -16,16 +16,13 @@
|
||||
"id": "usrid-1"
|
||||
},
|
||||
"response": {
|
||||
"accounts": [
|
||||
{
|
||||
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f",
|
||||
"username": "usrname-1",
|
||||
"email": "joe@example.com",
|
||||
"created": "1623677579",
|
||||
"updated": "1623677579"
|
||||
}
|
||||
]
|
||||
|
||||
"account": {
|
||||
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f",
|
||||
"username": "usrname-1",
|
||||
"email": "joe@example.com",
|
||||
"created": "1623677579",
|
||||
"updated": "1623677579"
|
||||
}
|
||||
}
|
||||
},{
|
||||
"title": "Read account by username or email",
|
||||
@@ -33,16 +30,13 @@
|
||||
"username": "usrname-1"
|
||||
},
|
||||
"response": {
|
||||
"accounts": [
|
||||
{
|
||||
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f",
|
||||
"username": "usrname-1",
|
||||
"email": "joe@example.com",
|
||||
"created": "1623677579",
|
||||
"updated": "1623677579"
|
||||
}
|
||||
]
|
||||
|
||||
"account": {
|
||||
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f",
|
||||
"username": "usrname-1",
|
||||
"email": "joe@example.com",
|
||||
"created": "1623677579",
|
||||
"updated": "1623677579"
|
||||
}
|
||||
}
|
||||
},{
|
||||
"title": "Read account by email",
|
||||
@@ -50,16 +44,13 @@
|
||||
"email": "joe@example.com"
|
||||
},
|
||||
"response": {
|
||||
"accounts": [
|
||||
{
|
||||
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f",
|
||||
"username": "usrname-1",
|
||||
"email": "joe@example.com",
|
||||
"created": "1623677579",
|
||||
"updated": "1623677579"
|
||||
}
|
||||
]
|
||||
|
||||
"account": {
|
||||
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f",
|
||||
"username": "usrname-1",
|
||||
"email": "joe@example.com",
|
||||
"created": "1623677579",
|
||||
"updated": "1623677579"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user