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:
mike cullerton 2021-09-02 09:58:22 -04:00
parent 26a625c5db
commit 1545226e06
1 changed files with 8 additions and 7 deletions

View File

@ -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: