Not returning json. Returning stream of XML
This commit is contained in:
parent
8677d0368b
commit
e2b70da6b7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue