Not returning json. Returning stream of XML

This commit is contained in:
mike cullerton 2021-09-03 10:33:12 -04:00
parent 8677d0368b
commit e2b70da6b7
1 changed files with 4 additions and 3 deletions

View File

@ -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: '<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions></bpmn:definitions>'
/task_events:
parameters:
- name: action