openapi: generate

This commit is contained in:
2025-04-02 13:51:35 -07:00
parent 8957448b85
commit 4e8c1eddd0
25 changed files with 2180 additions and 775 deletions

View File

@@ -1264,7 +1264,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) {
return r, true
case "POST":
r.name = CreateMapfixOperation
r.summary = "Create new mapfix"
r.summary = "Trigger the validator to create a mapfix"
r.operationID = "createMapfix"
r.pathPattern = "/mapfixes"
r.args = args
@@ -2058,7 +2058,7 @@ func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) {
return r, true
case "POST":
r.name = CreateSubmissionOperation
r.summary = "Create new submission"
r.summary = "Trigger the validator to create a new submission"
r.operationID = "createSubmission"
r.pathPattern = "/submissions"
r.args = args