oc-scheduler change

This commit is contained in:
mr
2024-08-12 16:34:58 +02:00
parent fc75eb1216
commit 88e4476c3b
5 changed files with 0 additions and 117 deletions

View File

@@ -43,39 +43,6 @@
}
}
},
"/workflow_execution/check/{start_date}/{end_date}": {
"get": {
"tags": [
"workflow_execution"
],
"description": "check booking\n\u003cbr\u003e",
"operationId": "WorkflowExecutionController.Check",
"parameters": [
{
"in": "path",
"name": "start_date",
"description": "2006-01-02T15:04:05",
"type": "string",
"default": "the booking start date"
},
{
"in": "path",
"name": "end_date",
"description": "2006-01-02T15:04:05",
"type": "string",
"default": "the booking end date"
}
],
"responses": {
"200": {
"description": "",
"schema": {
"$ref": "#/definitions/models.object"
}
}
}
}
},
"/workflow_execution/search/{start_date}/{end_date}": {
"get": {
"tags": [
@@ -130,12 +97,6 @@
}
}
},
"definitions": {
"models.object": {
"title": "object",
"type": "object"
}
},
"tags": [
{
"name": "workflow_execution",