We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2949f03 commit 3b72d41Copy full SHA for 3b72d41
1 file changed
api/src/main/resources/application.yaml
@@ -218,7 +218,7 @@ endpoint:
218
update-student-credential:
219
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentcredential?studentID=%s&credentialTypeCode=%s&paperType=%s&documentStatusCode=%s&activityCode=%s
220
update-student-credential-by-batch:
221
- url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentcredential?activityCode=%s
+ url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/studentcredential?activityCode=%s
222
user-req-dis-run:
223
url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/userrequest/%s
224
user-req-dis-run-for-not-yet-distributed:
0 commit comments