[mod] data-example
This commit is contained in:
parent
47319b9e10
commit
8a9d552760
|
|
@ -3,22 +3,19 @@
|
|||
{
|
||||
"id": 1,
|
||||
"name": "alice",
|
||||
"email_address": "alice@example.org",
|
||||
"dav_token": null,
|
||||
"email_address": "alice@example.org",
|
||||
"password": "alice"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "bob",
|
||||
"email_address": "bob@example.org",
|
||||
"dav_token": "bob_dav",
|
||||
"email_address": "bob@example.org",
|
||||
"password": "bob"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "charlie",
|
||||
"email_address": "charlie@example.org",
|
||||
"dav_token": null,
|
||||
"email_address": "charlie@example.org",
|
||||
"password": "charlie"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue