Pipeline init

This commit is contained in:
Anthony Stirling
2023-06-13 00:32:15 +01:00
parent d5b7125415
commit 0cebe69ff8
3 changed files with 288 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ public class MetadataController {
@RequestParam(value = "trapped", required = false)
@Parameter(description = "The trapped status of the document")
String trapped,
@Parameter(description = "Map list of key and value of custom parameters, note these must start with customKey and customValue if they are non standard")
@RequestParam Map<String, String> allRequestParams)
throws IOException {