forgot a thing

This commit is contained in:
Joshua 2024-04-11 18:44:21 +02:00
parent dc1290ec04
commit 8add20790e
9 changed files with 0 additions and 47 deletions

View file

@ -1,14 +0,0 @@
{
"jsonapi": {
"version": "2.0"
},
"included": [
{
"type": "users",
"id": "2",
"attributes": {
"name": "Test"
}
}
]
}

View file

@ -1,15 +0,0 @@
{
"status": 200,
"response": {
"array": [
0,
1,
2,
"4"
],
"object": {
"with": "more details"
}
},
"thisisnew": "wtf"
}

View file

@ -1,8 +0,0 @@
{
"data": [
1,
2,
3,
4
]
}

View file

@ -1,4 +0,0 @@
{
"foo": "bar",
"Fizzy Drink": "Pop"
}