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: content:
multipart/form-data: multipart/form-data:
schema: schema:
x-body-name: file_data
type: object type: object
properties: properties:
file: file:
@ -998,9 +997,11 @@ paths:
'200': '200':
description: DMN file for workflow spec description: DMN file for workflow spec
content: content:
application/json: application/octet-stream:
schema: schema:
$ref: "#/components/schemas/File" type: string
format: binary
example: '<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions></bpmn:definitions>'
/task_events: /task_events:
parameters: parameters:
- name: action - name: action