Skip to content

Commit

Permalink
Merge pull request #626 from bcgov/feature/GRAD2-2522
Browse files Browse the repository at this point in the history
GRAD2-2522: clean up API docs for CRUD optional/career program.
  • Loading branch information
githubmamatha authored Feb 26, 2024
2 parents fbdc8a7 + 66fa610 commit 33a5582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public ResponseEntity<ApiResponseModel<GraduationStudentRecord>> deleteStudentOp

@DeleteMapping (EducGradStudentApiConstants.GRAD_STUDENT_CAREER_PROGRAMS_BY_CODE)
@PreAuthorize(PermissionsConstants.UPDATE_GRADUATION_STUDENT_OPTIONAL_PROGRAM)
@Operation(summary = "Delete Student Optional Grad Program by Student ID", description = "Delete Student Optional Grad Program by Student ID", tags = { "Optional Student Graduation Status" })
@Operation(summary = "Delete a Student Career Program by Student ID and Career Program Code", description = "Delete a Student Career Program by Student ID and Career Program Code", tags = { "Optional Student Graduation Status" })
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "OK"),
@ApiResponse(responseCode = "400", description = "BAD REQUEST"),
@ApiResponse(responseCode = "404", description = "NOT FOUND"),
Expand Down

0 comments on commit 33a5582

Please sign in to comment.