Parcourir la source

Update README.md

Git-Leon il y a 6 ans
Parent
révision
f91a622cc7
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 8 ajouts et 4 suppressions
  1. 8
    4
      README.md

+ 8
- 4
README.md Voir le fichier

@@ -250,16 +250,20 @@ public ResponseEntity<?> deletePoll(@PathVariable Long pollId) {
250 250
     "question": "What's the best netflix original?",
251 251
     "options": [
252 252
         {
253
-            "id": 1
253
+            "id": 1,
254
+            "value": "Stranger Things"
254 255
         },
255 256
         {
256
-            "id": 2
257
+            "id": 2,
258
+            "value": "The Get Down"
257 259
         },
258 260
         {
259
-            "id": 3
261
+            "id": 3,
262
+            "value": "Black Mirror"
260 263
         },
261 264
         {
262
-            "id": 4
265
+            "id": 4,
266
+            "value": "Orange is the New Black"
263 267
         }
264 268
     ]
265 269
 }