|
@@ -96,16 +96,11 @@ module.exports = (crowi) => {
|
|
|
* tags: [Users]
|
|
* tags: [Users]
|
|
|
* description: Update presentation
|
|
* description: Update presentation
|
|
|
* parameters:
|
|
* parameters:
|
|
|
- * - name: markdown:presentation:isEnabledPrevention
|
|
|
|
|
|
|
+ * - name: markdown:presentation:pageBreakSeparator
|
|
|
* in: query
|
|
* in: query
|
|
|
- * description: enable presentation
|
|
|
|
|
|
|
+ * description: pageBreakSeparator
|
|
|
* schema:
|
|
* schema:
|
|
|
- * type: boolean
|
|
|
|
|
- * - name: markdown:presentation:option
|
|
|
|
|
- * in: query
|
|
|
|
|
- * description: presentation option
|
|
|
|
|
- * schema:
|
|
|
|
|
- * type: boolean
|
|
|
|
|
|
|
+ * type: number
|
|
|
* responses:
|
|
* responses:
|
|
|
* 200:
|
|
* 200:
|
|
|
* description: Updating presentation success
|
|
* description: Updating presentation success
|