Input parameter detection

This commit is contained in:
2026-06-11 22:19:20 +02:00
parent 983bc92494
commit 8aad274fb2
2 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: "1.0"
project: "legacy-student-api"
endpoints:
- path: "/students/{id}"
- path: "/students/:id"
method: "GET"
cobol_source: "src/fetch_student.cbl"
procedure: "FETCH-STUDENT"