@@ -96,7 +96,7 @@
* revisionShortBody:
* type: string
* description: Short body of the revision
- * PageInfoAll:
+ * PageInfoExt:
* description: Page information (union of all page info types)
* oneOf:
* - $ref: '#/components/schemas/PageInfo'
@@ -214,7 +214,7 @@ const routerFactory = (crowi: Crowi): Router => {
* schema:
* type: object
* additionalProperties:
- * $ref: '#/components/schemas/PageInfoAll'
+ * $ref: '#/components/schemas/PageInfoExt'
*/
router.get(
'/info',
@@ -567,7 +567,7 @@ module.exports = (crowi: Crowi) => {
* content:
* application/json:
* 500:
* description: Internal server error.