Skip to content

Commit

Permalink
Merge pull request #9584 from goofmint/fix/doc-v3-mongo
Browse files Browse the repository at this point in the history
support(jsdoc): add swagger document to mongo.js
  • Loading branch information
yuki-takei authored Jan 27, 2025
2 parents 9e5ed8a + 4af72bf commit fbaa1b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/app/src/server/routes/apiv3/mongo.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ module.exports = (crowi) => {
* application/json:
* schema:
* properties:
* ok:
* type: boolean
* description: whether the request is succeeded
* collections:
* type: array
* items:
Expand Down

0 comments on commit fbaa1b3

Please sign in to comment.