Debug booking
This commit is contained in:
@@ -121,7 +121,7 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{string} delete success!'
|
||||
/workflow/check/{start_date}/{end_date}:
|
||||
/workflow/check/{id}/{start_date}/{end_date}:
|
||||
get:
|
||||
tags:
|
||||
- workflow
|
||||
@@ -131,10 +131,13 @@ paths:
|
||||
operationId: WorkflowController.Check
|
||||
parameters:
|
||||
- in: path
|
||||
name: start_date
|
||||
description: 2006-01-02T15:04:05
|
||||
name: id
|
||||
description: the booking workflow id
|
||||
type: string
|
||||
- in: path
|
||||
name: start_date
|
||||
description: the booking start date format 2006-01-02T15:04:05
|
||||
type: string
|
||||
default: the booking start date
|
||||
- in: path
|
||||
name: end_date
|
||||
description: 2006-01-02T15:04:05
|
||||
|
||||
Reference in New Issue
Block a user