Skip to content

Commit

Permalink
Add some type fixes for MonthCashFlow and SplitTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Genevieve Nuebel committed Aug 14, 2024
1 parent 2ffc92e commit e0e4054
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2294,15 +2294,15 @@ components:
description: Unique identifier for the user the monthly cash flow profile is attached to. Defined by MX.
budgeted_income:
example: 1200.12
type: integer
type: number
description: The amount of the budgeted income for the user.
budgeted_expenses:
example: 1000.00
type: integer
type: number
description: The amount of the budgeted expenses for the user.
goals_contribution:
example: 150.00
type: integer
type: number
description: The monthly dollar amount allocated for goals.
estimated_goals_contribution:
example: null
Expand All @@ -2319,8 +2319,8 @@ components:
MonthlyCashFlowProfileRequest:
properties:
goals_contribution:
example: 150
type: integer
example: 150.01
type: number
description: The monthly dollar amount allocated for goals.
uses_estimated_goals_contribution:
example: false
Expand Down Expand Up @@ -2763,7 +2763,7 @@ components:
amount:
description: Amount of money you want to re-categorize.
example: 54.19
type: integer
type: number
description:
description: Description for the split transaction.
example: Chevron Gas
Expand Down

0 comments on commit e0e4054

Please sign in to comment.