Skip to content

Commit

Permalink
/responses/MyResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Dec 10, 2023
1 parent 47f3217 commit 05d3274
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,25 @@ paths:
description: 回答期限が過ぎたため回答を削除できません
"500":
description: responseIDを取得できませんでした
/responses/MyResponse:
get:
operationId: getMyResponses
tags:
- response
description: 自分のすべての回答のリストを取得します。
parameters:
- $ref: "#/components/parameters/sortInQuery"
responses:
"200":
description: 正常に取得できました。回答の配列を返します。
content:
application/json:
schema:
type: array
items:
$ref: "#/components/schemas/Response"
"500":
description: 自分の回答のリストを取得できませんでした
/users:
get:
operationId: getUsers
Expand Down

0 comments on commit 05d3274

Please sign in to comment.