Skip to content

Commit

Permalink
update:レスポンスにランキングの全件数を含めるようにしました
Browse files Browse the repository at this point in the history
  • Loading branch information
shin0729 committed Apr 5, 2024
1 parent da85d3d commit 6505a72
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions typing-server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,15 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: "#/components/schemas/ScoreRanking"
type: object
properties:
rankings:
type: array
items:
$ref: "#/components/schemas/ScoreRanking"
total_count:
type: integer
description: ランキングの全件数
"400":
description: 不正なリクエストです。

Expand Down

0 comments on commit 6505a72

Please sign in to comment.