Skip to content

Commit 931cbd6

Browse files
author
Michael Buffington
committed
Rename MemberResponse#actionable_error to MemberResponse#error
1 parent 6334b2a commit 931cbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/mx_platform_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ components:
20232023
type: object
20242024
MemberResponse:
20252025
properties:
2026-
actionable_error:
2026+
error:
20272027
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\"}'
20282028
nullable: true
20292029
type: string

0 commit comments

Comments
 (0)