mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
⚡ example up
This commit is contained in:
parent
010f07230d
commit
65c32d07ed
@ -9,18 +9,19 @@ Content-Type:"pplication/json
|
|||||||
"pseudo": "Mario Bros",
|
"pseudo": "Mario Bros",
|
||||||
"email": "MarioBros@tktest.com",
|
"email": "MarioBros@tktest.com",
|
||||||
"votes": [{
|
"votes": [{
|
||||||
"choice_id": 287,
|
"choice_id": 5,
|
||||||
"value": "yes"
|
"value": "yes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"choice_id": 288,
|
"choice_id": 6,
|
||||||
"value": "no"
|
"value": "no"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"choice_id": 289,
|
"choice_id": 7,
|
||||||
"value": "maybe"
|
"value": "maybe"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user