|
@@ -56,18 +56,18 @@ module.exports = (crowi) => {
|
|
|
* description: Create new share link
|
|
* description: Create new share link
|
|
|
* parameters:
|
|
* parameters:
|
|
|
* - name: pageId
|
|
* - name: pageId
|
|
|
- * in: body
|
|
|
|
|
|
|
+ * in: query
|
|
|
* required: true
|
|
* required: true
|
|
|
* description: page id of share link
|
|
* description: page id of share link
|
|
|
* schema:
|
|
* schema:
|
|
|
* type: string
|
|
* type: string
|
|
|
* - name: expiration
|
|
* - name: expiration
|
|
|
- * in: body
|
|
|
|
|
|
|
+ * in: query
|
|
|
* description: expiration date of share link
|
|
* description: expiration date of share link
|
|
|
* schema:
|
|
* schema:
|
|
|
* type: date
|
|
* type: date
|
|
|
* - name: description
|
|
* - name: description
|
|
|
- * in: body
|
|
|
|
|
|
|
+ * in: query
|
|
|
* description: description of share link
|
|
* description: description of share link
|
|
|
* schema:
|
|
* schema:
|
|
|
* type: string
|
|
* type: string
|