Skip to content

Commit 3c12d71

Browse files
Merge pull request #582 from bcgov/fix/GRAD2-3350
Redirect to v2 - support for schoolIds.
2 parents 3582bad + 289e348 commit 3c12d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ endpoint:
212212
get-student-reports-guid:
213213
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentreportsbystudentid?reportType=%s&rowCount=%s
214214
archive-school-reports:
215-
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/archive?batchId=%s&reportType=%s
215+
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/archive?batchId=%s&reportType=%s
216216
get-transcript-list:
217217
yearly:
218218
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/gettranscriptsfordistributionyearly

0 commit comments

Comments
 (0)