We no longer save the DMN file, so we don't need the workflow_spec_id
(We will open the DMN in the editor. It will be saved there.)
This commit is contained in:
parent
26a625c5db
commit
1545226e06
15
crc/api.yml
15
crc/api.yml
|
@ -972,13 +972,13 @@ paths:
|
|||
format: binary
|
||||
example: '<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions></bpmn:definitions>'
|
||||
/dmn_from_ss:
|
||||
parameters:
|
||||
- name: workflow_spec_id
|
||||
in: query
|
||||
required: true
|
||||
description: The unique id of a workflow specification
|
||||
schema:
|
||||
type: string
|
||||
# parameters:
|
||||
# - name: workflow_spec_id
|
||||
# in: query
|
||||
# required: true
|
||||
# description: The unique id of a workflow specification
|
||||
# schema:
|
||||
# type: string
|
||||
post:
|
||||
operationId: crc.api.file.dmn_from_ss
|
||||
summary: Create a DMN table from a spreadsheet
|
||||
|
@ -988,6 +988,7 @@ paths:
|
|||
content:
|
||||
multipart/form-data:
|
||||
schema:
|
||||
x-body-name: file_data
|
||||
type: object
|
||||
properties:
|
||||
file:
|
||||
|
|
Loading…
Reference in New Issue