You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Operation(summary = "Generate Artikulationsschema", description = "Generate or extract an Artikulationsschema markdown from an uploaded PDF (admin only)")
@@ -251,12 +211,12 @@ public ResponseEntity<?> regenerateMetadata(@RequestBody Map<String, Object> req
251
211
returnResponseEntity.ok(result);
252
212
}
253
213
254
-
@PostMapping("/generate-activity-markdowns")
214
+
@PostMapping("/generate-markdowns")
255
215
@PreAuthorize("hasRole('ADMIN')")
256
216
@SecurityRequirement(name = "BearerAuth")
257
217
@Operation(summary = "Generate all activity markdowns", description = "Generate Deckblatt, Artikulationsschema, and Hintergrundwissen markdowns from an uploaded PDF (admin only)")
@@ -296,11 +256,11 @@ public ResponseEntity<?> generateActivityMarkdowns(@RequestBody Map<String, Obje
296
256
returnResponseEntity.ok(response);
297
257
}
298
258
299
-
@GetMapping("/{activityId}/download-pdf")
259
+
@GetMapping("/{activityId}/pdf")
300
260
@PreAuthorize("permitAll()")
301
261
@Operation(summary = "Download activity as combined PDF", description = "Download all markdown files (Deckblatt portrait, Artikulationsschema landscape, Hintergrundwissen portrait) as a single PDF")
@Operation(summary = "Download activity as combined DOCX", description = "Download all markdown files (Deckblatt portrait, Artikulationsschema landscape, Hintergrundwissen portrait) as a single DOCX")
0 commit comments