Skip to content

Commit

Permalink
🐛 add operationId
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 1, 2024
1 parent 7e017b8 commit 3d2f5a3
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 3d2f5a3

Please sign in to comment.