diff --git a/examples.md b/examples.md index f2b899d..82336a4 100644 --- a/examples.md +++ b/examples.md @@ -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" }] } + ```