From 3d2f5a344fa06f660f7c1ef2f26b3956d55e9d0c Mon Sep 17 00:00:00 2001 From: comavius Date: Wed, 2 Oct 2024 01:22:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20add=20operationId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/backend/to_judge.yaml | 1 + api/judge/to_backend.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/api/backend/to_judge.yaml b/api/backend/to_judge.yaml index 1317cb9..1aa5926 100644 --- a/api/backend/to_judge.yaml +++ b/api/backend/to_judge.yaml @@ -10,6 +10,7 @@ servers: paths: '/submit-result': post: + operationId: submitResult description: ジャッジ結果 tags: - submit result diff --git a/api/judge/to_backend.yaml b/api/judge/to_backend.yaml index c9d1190..f5637b3 100644 --- a/api/judge/to_backend.yaml +++ b/api/judge/to_backend.yaml @@ -10,6 +10,7 @@ servers: paths: '/judge': post: + operationId: judge description: 全てのジャッジ tags: - judge