koel/cypress/fixtures/user.put.200.json

8 lines
109 B
JSON
Raw Normal View History

2021-01-04 14:02:46 +00:00
{
"id": 2,
"name": "Adriana",
"email": "adriana@koel.test",
"is_admin": false,
"preferences": []
}