neo datacenter
This commit is contained in:
@@ -60,7 +60,7 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{booking} models.booking'
|
||||
/booking/check/{start_date}/{end_date}:
|
||||
/booking/check/{datacenter_id}/{start_date}/{end_date}:
|
||||
get:
|
||||
tags:
|
||||
- booking
|
||||
@@ -69,6 +69,10 @@ paths:
|
||||
<br>
|
||||
operationId: BookingController.Check
|
||||
parameters:
|
||||
- in: path
|
||||
name: datacenter_id
|
||||
description: id of the datacenter
|
||||
type: string
|
||||
- in: path
|
||||
name: start_date
|
||||
description: 2006-01-02T15:04:05
|
||||
|
||||
Reference in New Issue
Block a user