Skip to content

Commit

Permalink
update list examples
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed May 30, 2022
1 parent 27fc24e commit d67f12c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lists/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"run_check": false,
"request": {
"title": "New List",
"text": "This is my list"
"items": ["This is my list"]
},
"response": {
"list": {
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a",
"created": "2021-09-29T13:33:03+01:00",
"updated": "2021-09-29T13:33:03+01:00",
"title": "New List",
"text": "This is my list"
"items": ["This is my list"]
}
}
}],
Expand Down Expand Up @@ -47,7 +47,7 @@
"created": "2021-09-29T13:33:03+01:00",
"updated": "2021-09-29T13:33:03+01:00",
"title": "New List",
"text": "This is my list"
"items": ["This is my list"]
}
]
}
Expand All @@ -60,7 +60,7 @@
"list": {
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a",
"title": "Update List",
"text": "Updated list text"
"items": ["Updated list text"]
}
},
"response": {
Expand All @@ -69,7 +69,7 @@
"created": "2021-09-29T13:33:03+01:00",
"updated": "2021-09-29T13:50:20+01:00",
"title": "Update List",
"text": "Updated list text"
"items": ["Updated list text"]
}
}
}],
Expand All @@ -86,7 +86,7 @@
"created": "2021-09-29T13:33:03+01:00",
"updated": "2021-09-29T13:50:20+01:00",
"title": "Update List",
"text": "Updated list text"
"items": ["Updated list text"]
}
}
}],
Expand All @@ -104,7 +104,7 @@
"created": "2021-09-29T13:33:03+01:00",
"updated": "2021-09-29T13:50:20+01:00",
"title": "Update List",
"text": "Updated list text"
"items": ["Updated list text"]
}
}
}]
Expand Down

0 comments on commit d67f12c

Please sign in to comment.