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
Copy file name to clipboardexpand all lines: rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/schedule/ScheduleAdminController.java
+19
Original file line number
Diff line number
Diff line change
@@ -360,4 +360,23 @@ public ResponseEntity<?> cancelsrcUpload()throws TException {
360
360
HttpStatusstatus = HttpStatus.ACCEPTED;
361
361
returnnewResponseEntity<>(requestStatus, status);
362
362
}
363
+
364
+
@Operation(
365
+
summary = "Schedule the source upload for release components.",
366
+
description = "Schedules the source upload process for release components.",
367
+
tags = {"Admin"}
368
+
)
369
+
@ApiResponses(value = {
370
+
@ApiResponse(responseCode = "202", description = "Status in the response body.",
Copy file name to clipboardexpand all lines: rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/schedule/Sw360ScheduleService.java
0 commit comments