feat!: add managed card alert endpoints#361
Merged
tessstoddard merged 1 commit intomasterfrom Apr 8, 2026
Merged
Conversation
stevecl5
reviewed
Apr 7, 2026
.../src/main/java/com/mx/path/model/mdx/accessor/managed_card/ManagedCardAlertBaseAccessor.java
Outdated
Show resolved
Hide resolved
...odels/src/main/java/com/mx/path/model/mdx/accessor/managed_card/ManagedCardBaseAccessor.java
Show resolved
Hide resolved
mdx-models/src/main/java/com/mx/path/model/mdx/model/Resources.java
Outdated
Show resolved
Hide resolved
mdx-models/src/main/java/com/mx/path/model/mdx/model/Resources.java
Outdated
Show resolved
Hide resolved
mdx-web/src/test/groovy/com/mx/path/model/mdx/web/controller/AccountAlertsControllerTest.groovy
Outdated
Show resolved
Hide resolved
c98ad93 to
67dbb6d
Compare
stevecl5
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
com.mx.path.model.mdx.model.account.alertstocom.mx.path.model.mdx.model.account.alertsAccountAlerttoAlertContains BREAKING CHANGES for any connector implementing account alerts. These connectors will have to update paths of the alert models and update the AccountAlert name. I made these changes because we've updated the spec to have an Alert API, which multiple features can reference. Can read more about those changes here https://developer.mx.com/drafts/mdx/alert/#mdx-alerts
Fixes # https://mxcom.atlassian.net/browse/GCU-1270
Public API Additions/Changes
Spec changes are here: https://developer.mx.com/drafts/mdx/managed_cards/#alerts
Downstream Consumer Impact
Breaking changes for Account Alerts since the models have been moved so that multiple features can reference
How Has This Been Tested?
Created a local version and verified new endpoints work as expects according to the spec
List managed card alerts
Get managed card alert
Update managed card alert
List managed card alert delivery preferences
List alert eligible managed card
Checklist: