takeru0001 5 лет назад
Родитель
Сommit
a93e308c74
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/server/routes/apiv3/page.js

+ 4 - 4
src/server/routes/apiv3/page.js

@@ -268,14 +268,14 @@ module.exports = (crowi) => {
    *        description: Get already exist paths
    *        operationId: getAlreadyExistPaths
    *        parameters:
-   *          - name: newParentPath
+   *          - name: fromPath
    *            in: query
-   *            description: New parent path of search
+   *            description: old parent path
    *            schema:
    *              type: string
-   *          - name: toPaths
+   *          - name: toPath
    *            in: query
-   *            description: Paths to compare with DB
+   *            description: new parent path
    *            schema:
    *              type: string
    *        responses: