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