Skip to content

Updated library to remove Zoomi endpoints#20

Open
mjschuetze102 wants to merge 1 commit intomasterfrom
v5.0-release
Open

Updated library to remove Zoomi endpoints#20
mjschuetze102 wants to merge 1 commit intomasterfrom
v5.0-release

Conversation

@mjschuetze102
Copy link
Copy Markdown
Contributor

Updates:

  • Added tags parameter to course import endpoints to allow for tagging at the time of import
    • CreateUploadAndImportCourseJob
    • CreateNoUploadAndImportCourseJob
    • CreateFetchAndImportCourseJob
  • Added isEnabled parameter to GetDispatches to search for enabled or disabled dispatches
  • Added registrationResetDate field to DispatchSchema impacting a couple endpoints to allow for getting the registration count reset date
    • GetDispatches
    • GetDestinationDispatches
  • Added includeRegistrationCount parameter to a couple endpoints to allow for getting a count of registrations
    • GetPrivateInvitations
    • GetPublicInvitations
  • Added launchedRegistrationCount field to PrivateInvitationSchema impacting a couple endpoints to allow for getting the launched registration count
    • GetPrivateInvitation
    • GetPrivateInvitations
    • UpdatePrivateInvitation
  • Added courseTitle field to PrivateInvitationSchema and PublicInvitationSchema impacting several endpoints to allow for knowing the course's title
    • CreatePublicInvitation
    • GetPublicInvitation
    • GetPublicInvitations
    • UpdatePublicInvitation
    • GetPrivateInvitation
    • GetPrivateInvitations
    • UpdatePrivateInvitation
  • Changed the schema for UpdatePrivateInvitation to only include the values that can be modified
  • Updated Jackson version requirement

Removals/ Deprecations:

  • Removed Zoomi API endpoints
  • Removed invitationEmail field from PublicInvitationSchema impacting several endpoints as public invitations do not use an email
    • CreatePublicInvitation
    • GetPublicInvitation
    • GetPublicInvitations
    • UpdatePublicInvitation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant