Skip to content

Commit

Permalink
Merge pull request #320 from bcgov/GRAD2-2465-km
Browse files Browse the repository at this point in the history
GRAD2-2465 - Delete a student and related data
  • Loading branch information
kamal-mohammed authored Mar 18, 2024
2 parents e69aa06 + dbfe575 commit 2612c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ endpoint:
url: ${GRAD_TRAX_API}api/v1/trax/common/course-requirements
grad-graduation-report-api:
delete-student-achievements:
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentachievement/{studentID}
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentachievement/%s


#Incremental Grad Update
Expand Down
2 changes: 1 addition & 1 deletion api/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ endpoint:
url: https://educ-grad-trax-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/trax/common/course-requirements
grad-graduation-report-api:
delete-student-achievements:
url: https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/studentachievement
url: https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/studentachievement/%s

#Incremental Grad Update
grad:
Expand Down

0 comments on commit 2612c79

Please sign in to comment.