Skip to content

Commit 3b72d41

Browse files
YE improvements - endpoint change to v2.
1 parent 2949f03 commit 3b72d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ endpoint:
218218
update-student-credential:
219219
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentcredential?studentID=%s&credentialTypeCode=%s&paperType=%s&documentStatusCode=%s&activityCode=%s
220220
update-student-credential-by-batch:
221-
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentcredential?activityCode=%s
221+
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/studentcredential?activityCode=%s
222222
user-req-dis-run:
223223
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/userrequest/%s
224224
user-req-dis-run-for-not-yet-distributed:

0 commit comments

Comments
 (0)