koel/cypress/fixtures/user.put.200.json
2021-01-04 15:02:46 +01:00

7 lines
109 B
JSON

{
"id": 2,
"name": "Adriana",
"email": "adriana@koel.test",
"is_admin": false,
"preferences": []
}