example up

This commit is contained in:
Baptiste Lemoine 2019-11-28 11:56:06 +01:00
parent 010f07230d
commit 65c32d07ed
1 changed files with 4 additions and 3 deletions

View File

@ -9,18 +9,19 @@ Content-Type:"pplication/json
"pseudo": "Mario Bros",
"email": "MarioBros@tktest.com",
"votes": [{
"choice_id": 287,
"choice_id": 5,
"value": "yes"
},
{
"choice_id": 288,
"choice_id": 6,
"value": "no"
},
{
"choice_id": 289,
"choice_id": 7,
"value": "maybe"
}]
}
```