Fix the API so we are clear what is being returned when updating a file.
This commit is contained in:
parent
37a8b69ffe
commit
bd92c230e4
|
@ -533,13 +533,11 @@ paths:
|
|||
- file
|
||||
responses:
|
||||
'200':
|
||||
description: Returns the actual file
|
||||
description: Returns the updated file model with the new version information.
|
||||
content:
|
||||
application/octet-stream:
|
||||
application/json:
|
||||
schema:
|
||||
type: string
|
||||
format: binary
|
||||
example: '<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions></bpmn:definitions>'
|
||||
$ref: "#/components/schemas/File"
|
||||
# /v1.0/workflow/0
|
||||
/reference_file:
|
||||
get:
|
||||
|
|
Loading…
Reference in New Issue