diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index 94b2b6e..b038c14 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -67,8 +67,8 @@ components: example: 'VEHICLE' type: string skip_webhook: - example: false - type: boolean + example: true + type: boolean required: - name - account_type @@ -432,9 +432,72 @@ components: type: object AccountUpdateRequest: properties: + account_subtype_name: + example: 'PERSONAL' + type: string + account_type: + example: 2 + type: integer + apr: + example: 1.0 + type: number + apy: + example: 1.0 + type: number + available_balance: + example: 1000.0 + type: number + balance: + example: 1000.0 + type: number + cash_surrender_value: + example: 1000.0 + type: number + credit_limit: + example: 100.00 + type: number + currency_code: + example: USD + type: string + death_benefit: + example: 1000 + type: integer + interest_rate: + example: 1.0 + type: number + is_business: + example: false + type: boolean + is_closed: + example: false + type: boolean is_hidden: example: false type: boolean + loan_amount: + example: 1000.0 + type: number + metadata: + example: some metadata + type: string + name: + example: Test account 2 + type: string + nickname: + example: Swiss Account + type: string + original_balance: + example: 10.0 + type: number + property_type: + example: 1 + type: integer + property_type_name: + example: 'VEHICLE' + type: string + skip_webhook: + example: true + type: boolean type: object AccountUpdateRequestBody: properties: @@ -2997,6 +3060,12 @@ paths: name: page schema: type: integer + - description: List only accounts that were manually created. + example: true + in: query + name: is_manual + schema: + type: boolean - description: Specify records per page. example: 10 in: query @@ -4459,8 +4528,8 @@ paths: tags: - mx_platform put: - description: This endpoint allows you to update certain attributes of an `account` - resource. + description: + This endpoint allows you to update certain attributes of an `account` resource including manual accounts. operationId: updateAccountByMember parameters: - description: The unique id for an `account`.