You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml
+12-1
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ paths:
411
411
description: |
412
412
The HTTP request `PUT /transfers/{transferId}` is used to continue a transfer initiated via the `POST /transfers` method that has halted after party lookup and/or quotation stage and/or currency conversion stage.
413
413
414
-
The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" property set to `true` as required to continue the transfer.
414
+
The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" or "acceptQuoteOrConversion" property set to `true` as required to continue the transfer.
415
415
416
416
See the description of the `POST /transfers` HTTP method for more information on modes of transfer.
Copy file name to clipboardExpand all lines: src/sdk-scheme-adapter/v2_1_0/outbound/openapi.ts
+6-2
Original file line number
Diff line number
Diff line change
@@ -741,7 +741,7 @@ export interface paths {
741
741
* Continues a transfer that has paused at the quote stage in order to accept or reject payee party and/or quote and/or conversion
742
742
* @description The HTTP request `PUT /transfers/{transferId}` is used to continue a transfer initiated via the `POST /transfers` method that has halted after party lookup and/or quotation stage and/or currency conversion stage.
743
743
*
744
-
* The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" property set to `true` as required to continue the transfer.
744
+
* The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" or "acceptQuoteOrConversion" property set to `true` as required to continue the transfer.
745
745
*
746
746
* See the description of the `POST /transfers` HTTP method for more information on modes of transfer.
0 commit comments