init from origin + update
This commit is contained in:
30
server/routers/task-boss/stubs/peoples/success.json
Normal file
30
server/routers/task-boss/stubs/peoples/success.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"family": "Иванов",
|
||||
"name": "Иван",
|
||||
"secondName": "Иванович",
|
||||
"phone": "",
|
||||
"email": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"family": "Буйнов",
|
||||
"name": "Александр",
|
||||
"secondName": "Александрович",
|
||||
"phone": "",
|
||||
"email": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"family": "Зыков",
|
||||
"name": "Александр",
|
||||
"secondName": "Григорьевич",
|
||||
"phone": "",
|
||||
"email": ""
|
||||
}
|
||||
],
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
Reference in New Issue
Block a user