chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"urlPath": "/api/reservation/intervals"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
"jsonBody": {
|
||||
"data": [
|
||||
{
|
||||
"workdates": [
|
||||
{
|
||||
"2026-05-28": [
|
||||
{
|
||||
"depnum": 10,
|
||||
"intervals": [
|
||||
{ "isFree": true, "time": "10:00", "duration": 30 },
|
||||
{ "isFree": false, "time": "10:30", "duration": 30 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user