Features / Changes
SCORM Cloud Website
- Fixed issue where account billing address validation errors would not surface in the UI
- Fixed issue with validating learner information provided when creating an Invitation
SCORM Cloud V2 API
- Added some missing / broken configuration settings at the Application level:
ApiImportResultsPostbackUrl,AppLrsAuthCallBackUrl,PrivacyPolicyText,CloudPrivacyPolicyEnabledandCustomerPrivacyPolicyEnabled - Fix issue where the error description was not appropriately returned from
GetPrivateInvitationJobStatusif the Invitation job failed - Fix issue where providing an invalid
LaunchAuthTypeconfiguration during an update call would result in the value being set toVAULT. Now an appropriate error message is returned - Fix issue with
BuildRegistrationLaunchLinkwhich allowed blankadditionalvaluescausing launches to fail. An error will now be returned from this call ifadditionalvaluesis malformed - Added
launchHistoryIdfield to schema returned byGetRegistrationLaunchHistory