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

@@ -51,30 +51,6 @@ paths:
responses:
"200":
description: '{workflow} models.workflow'
/workflow_execution/check/{start_date}/{end_date}:
get:
tags:
- workflow_execution
description: |-
check booking
<br>
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:
@@ -97,10 +73,6 @@ paths:
responses:
"200":
description: '{workspace} models.workspace'
definitions:
models.object:
title: object
type: object
tags:
- name: workflow_execution
description: |