Skip to content

Commit

Permalink
Update Swagger documentation for the PUT endpoint to update a page.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkfm1991 committed Dec 26, 2024
1 parent b24a907 commit 7ccaba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/src/server/routes/apiv3/page/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ module.exports = (crowi) => {
* $ref: '#/components/schemas/Revision/properties/body'
* page_id:
* $ref: '#/components/schemas/Page/properties/_id'
* revision_id:
* revisionId:
* $ref: '#/components/schemas/Revision/properties/_id'
* grant:
* $ref: '#/components/schemas/Page/properties/grant'
* required:
* - body
* - page_id
* - revision_id
* - revisionId
* responses:
* 200:
* description: Succeeded to update page.
Expand Down

0 comments on commit 7ccaba8

Please sign in to comment.