Skip to content

Commit 9059709

Browse files
authored
GRAD2-3290 - fixes url to graduation report api (#572)
1 parent be3bb69 commit 9059709

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/src/main/resources/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ endpoint:
210210
get-school-reports-count:
211211
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/count?reportType=%s
212212
get-student-reports-guid:
213-
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/studentreportsbystudentid?reportType=%s&rowCount=%s
213+
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentreportsbystudentid?reportType=%s&rowCount=%s
214214
archive-school-reports:
215215
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/archive?batchId=%s&reportType=%s
216216
get-transcript-list:
@@ -230,7 +230,7 @@ endpoint:
230230
get-certificate-types:
231231
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/certificatetype/%s
232232
get-school-reports-lite-by-report-type:
233-
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/schoolreport/search?reportTypeCode=%s&isLight=true
233+
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/schoolreports/search?reportTypeCode=%s&isLight=true
234234
delete-school-report:
235235
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/schoolreports/%s/%s
236236
delete-school-report-by-report-type-only:

api/src/test/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ endpoint:
190190
get-certificate-types:
191191
url: https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/certificatetype/%s
192192
get-school-reports-lite-by-report-type:
193-
url: https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/schoolreport/search?reportTypeCode=%s&isLight=true
193+
url: https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/schoolreports/search?reportTypeCode=%s&isLight=true
194194
delete-school-report:
195195
url: https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v2/graduationreports/schoolreports/%s/%s
196196
delete-school-report-by-report-type-only:

0 commit comments

Comments
 (0)