Skip to content

Commit

Permalink
Merge pull request #23 from traP-jp/fix/#21-add-operationId
Browse files Browse the repository at this point in the history
🐛 add operationId
  • Loading branch information
comavius authored Oct 1, 2024
2 parents 7e017b8 + 3d2f5a3 commit 7e8fa44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/backend/to_judge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ servers:
paths:
'/submit-result':
post:
operationId: submitResult
description: ジャッジ結果
tags:
- submit result
Expand Down
1 change: 1 addition & 0 deletions api/judge/to_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ servers:
paths:
'/judge':
post:
operationId: judge
description: 全てのジャッジ
tags:
- judge
Expand Down

0 comments on commit 7e8fa44

Please sign in to comment.