1
0
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:
Baptiste Lemoine 2019-11-28 11:56:06 +01:00
parent 010f07230d
commit 65c32d07ed

View File

@ -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"
}] }]
} }
``` ```