Skip to content

Commit 068d8b0

Browse files
committed
Apply review feedback
Updated some API documentation for one endpoint missed in the last commit
1 parent d7a49bc commit 068d8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/cc/altius/FASP/rest/controller/CommitRequestRestController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ public ResponseEntity putProgramData(@PathVariable(value = "comparedVersionId",
174174
*/
175175
@PutMapping("/datasetData/{comparedVersionId}")
176176
@Operation(
177-
summary = "Update Dataset Data",
178-
description = "Update the Dataset data for a given version ID"
177+
summary = "Request updates to Dataset Data",
178+
description = "Request updates to the Dataset data"
179179
)
180180
@Parameter(name = "comparedVersionId", description = "The ID of the version to compare against")
181181
@ApiResponse(content = @Content(mediaType = "text/json", schema = @Schema(implementation = Integer.class)), responseCode = "200", description = "Returns the ID of the commit request")

0 commit comments

Comments
 (0)