Skip to content

Commit

Permalink
page_maxの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Dec 10, 2023
1 parent e923df5 commit acc0100
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,17 @@ components:
- has_my_response
- all_responded
QuestionnaireList:
type: array
items:
$ref: "#/components/schemas/QuestionnaireSummary"
type: object
properties:
page_max:
type: integer
example: 1
description: |
ページ数
questionnaires:
type: array
items:
$ref: "#/components/schemas/QuestionnaireSummary"
QuestionnaireID:
type: object
properties:
Expand Down

0 comments on commit acc0100

Please sign in to comment.