diff --git a/crc/api.yml b/crc/api.yml index 3b3cc244..4cdff54b 100755 --- a/crc/api.yml +++ b/crc/api.yml @@ -988,7 +988,6 @@ paths: content: multipart/form-data: schema: - x-body-name: file_data type: object properties: file: @@ -998,9 +997,11 @@ paths: '200': description: DMN file for workflow spec content: - application/json: + application/octet-stream: schema: - $ref: "#/components/schemas/File" + type: string + format: binary + example: '' /task_events: parameters: - name: action