Skip to content

Commit 37edbc8

Browse files
author
Genevieve Nuebel
committed
save the rest of the HTML tags from themselves
1 parent fd96c15 commit 37edbc8

File tree

2 files changed

+20
-31
lines changed

2 files changed

+20
-31
lines changed

openapi/v20111101.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ paths:
339339
- processor token
340340
/transactions/enhance:
341341
post:
342-
description: Use this endpoint to categorize, cleanse, and classify transactions. These transactions are not persisted or stored on the MX platform. <br /><br />For more information on returned data, please see the [Enhanced Transactions fields guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions).
342+
description: "Use this endpoint to categorize, cleanse, and classify transactions. These transactions are not persisted or stored on the MX platform. <br /><br />For more information on returned data, please see the [Enhanced Transactions fields guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions)."
343343
operationId: enhanceTransactions
344344
requestBody:
345345
content:
@@ -593,10 +593,7 @@ paths:
593593
schema:
594594
$ref: '#/components/schemas/TransactionCreateResponseBody'
595595
get:
596-
description: |
597-
Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter.
598-
To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`.
599-
For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
596+
description: "Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter)."
600597
operationId: listTransactionsByAccount
601598
parameters:
602599
- $ref: '#/components/parameters/accountGuid'
@@ -1767,7 +1764,7 @@ paths:
17671764
- members
17681765
/users/{user_guid}/members/{member_guid}/transactions:
17691766
get:
1770-
description: Requests to this endpoint return a list of transactions associated with the specified `member`, across all accounts associated with that `member`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
1767+
description: "Requests to this endpoint return a list of transactions associated with the specified `member`, across all accounts associated with that `member`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter)."
17711768
operationId: listTransactionsByMember
17721769
parameters:
17731770
- $ref: '#/components/parameters/memberGuid'
@@ -2273,7 +2270,7 @@ paths:
22732270
- tags
22742271
/users/{user_guid}/tags/{tag_guid}/transactions:
22752272
get:
2276-
description: Use this endpoint to get a list of all transactions associated with a particular tag according to the tag's unique GUID. This lists all transactions that have been assigned to a particular tag using the create tagging endpoint. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
2273+
description: "Use this endpoint to get a list of all transactions associated with a particular tag according to the tag's unique GUID. This lists all transactions that have been assigned to a particular tag using the create tagging endpoint. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter)."
22772274
operationId: listTransactionsByTag
22782275
parameters:
22792276
- $ref: '#/components/parameters/userGuid'
@@ -2396,7 +2393,7 @@ paths:
23962393
- transaction rules
23972394
/users/{user_guid}/transactions:
23982395
get:
2399-
description: Requests to this endpoint return a list of transactions associated with the specified `user`, across all members and accounts associated with that `user`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
2396+
description: "Requests to this endpoint return a list of transactions associated with the specified `user`, across all members and accounts associated with that `user`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter)."
24002397
operationId: listTransactions
24012398
parameters:
24022399
- $ref: '#/components/parameters/userGuid'
@@ -2429,7 +2426,7 @@ paths:
24292426
- $ref: '#/components/parameters/userGuid'
24302427
- $ref: '#/components/parameters/transactionGuid'
24312428
get:
2432-
description: Requests to this endpoint will return the attributes of the specified `transaction`. To read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
2429+
description: "Requests to this endpoint will return the attributes of the specified `transaction`. To read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter)."
24332430
operationId: readTransaction
24342431
responses:
24352432
'200':
@@ -2766,7 +2763,7 @@ paths:
27662763
$ref: '#/components/schemas/NotificationResponseBody'
27672764
/users/{user_guid}/repeating_transactions:
27682765
get:
2769-
description: Retrieve a list of all recurring transactions for a user. <br /><br />For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx).
2766+
description: "Retrieve a list of all recurring transactions for a user. <br /><br />For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)."
27702767
operationId: repeatingTransactions
27712768
parameters:
27722769
- $ref: '#/components/parameters/userGuid'
@@ -2782,7 +2779,7 @@ paths:
27822779
- transactions
27832780
/users/{user_guid}/repeating_transactions/{repeating_transaction_guid}:
27842781
get:
2785-
description: Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)
2782+
description: "Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)"
27862783
operationId: specificRepeatingTransaction
27872784
parameters:
27882785
- $ref: '#/components/parameters/userGuid'
@@ -3026,8 +3023,7 @@ paths:
30263023
- microdeposits
30273024
operationId: readUserMicrodeposit
30283025
summary: Read a microdeposit for a user
3029-
description: |
3030-
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
3026+
description: "Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint."
30313027
responses:
30323028
'200':
30333029
description: OK

0 commit comments

Comments
 (0)