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

+ 4 - 5
src/server/routes/apiv3/users.js

@@ -202,12 +202,11 @@ module.exports = (crowi) => {
    * @swagger
    *
    *  paths:
-   *    /users:
+   *    /{id}/recent:
    *      get:
    *        tags: [Users]
-   *        operationId: listUsers
-   *        summary: /users
-   *        description: Select selected columns from users order by asc or desc
+   *        operationId: recent created page of user id
+   *        summary: /usersIdReacent
    *        parameters:
    *          - name: id
    *            in: path
@@ -217,7 +216,7 @@ module.exports = (crowi) => {
    *              type: string
    *        responses:
    *          200:
-   *            description: users are fetched
+   *            description: users recent created pages are fetched
    *            content:
    *              application/json:
    *                schema: