generated from Templates/html-nginx-deployment
Added mock data.
This commit is contained in:
37
html/api/party.json
Normal file
37
html/api/party.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": 1,
|
||||
"seats": 2,
|
||||
"modified_data": false,
|
||||
"party_name": "Erna & Michael",
|
||||
"users": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Erna",
|
||||
"rsvp_status": false,
|
||||
"meals": [],
|
||||
"drinks": [],
|
||||
"allergies": "None",
|
||||
"email": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Michael",
|
||||
"rsvp_status": false,
|
||||
"meals": [],
|
||||
"drinks": [],
|
||||
"allergies": "None",
|
||||
"email": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"seats": 2,
|
||||
"modified_data": false,
|
||||
"party_name": "Party 2",
|
||||
"users": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user