Skip to content

Commit

Permalink
Rename MemberResponse#actionable_error to MemberResponse#error
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Buffington committed Feb 25, 2025
1 parent 6334b2a commit 931cbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ components:
type: object
MemberResponse:
properties:
actionable_error:
error:
example: '{\"error_type\": \"MEMBER\", \"error_code\": 1000, \"error_message\": \"This Member has no eligible checking, savings, or money market accounts.\", \"user_message\": \"We could not find any accounts eligible for transfers. Please link a checking or savings account.\", \"locale\": \"en\"}'
nullable: true
type: string
Expand Down

0 comments on commit 931cbd6

Please # to comment.