Skip to content

Commit

Permalink
Update swagger.yaml
Browse files Browse the repository at this point in the history
Add `autoExport` to publication document body
  • Loading branch information
sarasate authored Feb 13, 2023
1 parent 5e7caae commit 1b740c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ components:
description: The name of the case.
autoExport:
type: boolean
description: Automatically exports fully rendered documents
description: Automatically exports fully rendered documents.
example: false
meta:
type: object
Expand Down Expand Up @@ -292,6 +292,10 @@ components:
caseName:
type: string
description: The name of the case.
autoExport:
type: boolean
description: Automatically exports fully rendered documents.
example: false
meta:
type: object
description: "Custom meta data fields that will be exported into docx (settings.xml). Useful to insert data from your system and extract it from exported docx files."
Expand Down

0 comments on commit 1b740c0

Please sign in to comment.