Skip to content

Commit 6d35d5b

Browse files
author
Nicki Nixon
committed
fix(openapi): sync version and deprecation flag with source spec
Update mx_platform_api.yml to match v20111101.yaml source file: - Change version from 0.1.0 to '20111101' to match source specification - Add missing deprecated: true flag to deprecatedRequestPaymentProcessorAuthorizationCode operation These changes ensure the compiled spec is a carbon copy of the source file.
1 parent b1baf42 commit 6d35d5b

File tree

2 files changed

+9344
-1
lines changed

2 files changed

+9344
-1
lines changed

openapi/mx_platform_api.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
url: https://www.mx.com/products/platform-api
66
description: The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
77
title: MX Platform API
8-
version: 0.1.0
8+
version: '20111101'
99
servers:
1010
- url: https://api.mx.com
1111
- url: https://int-api.mx.com
@@ -254,6 +254,7 @@ paths:
254254
post:
255255
description: "(This endpoint is deprecated. Clients should use `/authorization_code`.) Clients use this endpoint to request an authorization_code according to a user, member, and account specified in the request body. Clients then pass this code to processors. Processor access is scoped only to the user/member/account specified in this request. Before requesting an authorization_code, clients must have verified the specified member."
256256
operationId: deprecatedRequestPaymentProcessorAuthorizationCode
257+
deprecated: true
257258
requestBody:
258259
content:
259260
application/json:

0 commit comments

Comments
 (0)