ryuichi-e 5 лет назад
Родитель
Сommit
ab24d91f06
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/server/routes/apiv3/share-links.js

+ 4 - 4
src/server/routes/apiv3/share-links.js

@@ -60,17 +60,17 @@ module.exports = (crowi) => {
    *            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: body
-   *            description: expiration of share link
+   *            description: expiration date of share link
    *            schema:
    *            schema:
-   *            type: date
+   *              type: date
    *          - name: description
    *          - name: description
    *            in: body
    *            in: body
    *            description: description of share link
    *            description: description of share link
    *            schema:
    *            schema:
-   *            type: string
+   *              type: string
    *        responses:
    *        responses:
    *          200:
    *          200:
    *            description: Succeeded to create one share link
    *            description: Succeeded to create one share link