Skip to content

Commit

Permalink
Merge pull request #54 from traP-jp/fix/openapi
Browse files Browse the repository at this point in the history
fix search request
  • Loading branch information
kavos113 authored Aug 30, 2024
2 parents 004ed17 + 4c29152 commit 7062d43
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ paths:
schema:
type: object
properties:
memoId:
wikiId:
type: string
example: 123
responses:
Expand Down Expand Up @@ -321,7 +321,7 @@ paths:
schema:
type: object
properties:
memoId:
wikiId:
type: string
example: 123
responses:
Expand All @@ -342,7 +342,7 @@ paths:
schema:
type: object
properties:
memoId:
wikiId:
type: string
example: 123
responses:
Expand Down Expand Up @@ -509,6 +509,12 @@ components:
items:
type: string
example: [ComputerScience, Python]
resultCount:
type: integer
example: 10
from:
type: integer
example: 0
lectureWithoutId:
type: object
properties:
Expand Down Expand Up @@ -643,4 +649,4 @@ components:
example: 123
tag:
type: string
example: ComputerScience
example: ComputerScience

0 comments on commit 7062d43

Please sign in to comment.