From 894851c0e8212986fa46f4c5c66f30c2fab64009 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Tue, 25 Mar 2025 16:35:50 -0700
Subject: [PATCH] openapi: fix operation summary

---
 openapi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openapi.yaml b/openapi.yaml
index bad514a..1c75f06 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -135,7 +135,7 @@ paths:
                 $ref: "#/components/schemas/Error"
   /submissions/{SubmissionID}/completed:
     post:
-      summary: Retrieve map with ID
+      summary: Called by maptest when a player completes the map
       operationId: setSubmissionCompleted
       tags:
         - Submissions
-- 
2.47.1