Add ToursTable, update API documentation

This commit is contained in:
2024-09-26 14:40:41 +02:00
parent 787c5a61e5
commit f5204578e4
46 changed files with 776 additions and 829 deletions

View File

@@ -0,0 +1,20 @@
{
"data": [
{
"id": 0,
"name": "Unlimited Love Tour",
"bandId": 0,
"offered": true,
"shows": [
{
"id": 0,
"date": "2024-12-03",
"price": 92,
"inStock": 230,
"locationId": 0,
"tourId": 0
}
]
}
]
}