Skip to content

Commit a2c7527

Browse files
committed
+ Changes to SDK
1 parent 96940b9 commit a2c7527

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/InstrumentIdentifierApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**createInstrumentIdentifier**](InstrumentIdentifierApi.md#createInstrumentIdentifier) | **POST** /tms/v1/instrumentidentifiers | Create an Instrument Identifier
88
[**deleteInstrumentIdentifier**](InstrumentIdentifierApi.md#deleteInstrumentIdentifier) | **DELETE** /tms/v1/instrumentidentifiers/{tokenId} | Delete an Instrument Identifier
9-
[**getAllPaymentInstruments**](InstrumentIdentifierApi.md#getAllPaymentInstruments) | **GET** /tms/v1/instrumentidentifiers/{tokenId}/paymentinstruments | Retrieve all Payment Instruments associated with an Instrument Identifier
9+
[**getAllPaymentInstruments**](InstrumentIdentifierApi.md#getAllPaymentInstruments) | **GET** /tms/v1/instrumentidentifiers/{tokenId}/paymentinstruments | Retrieve all Payment Instruments
1010
[**getInstrumentIdentifier**](InstrumentIdentifierApi.md#getInstrumentIdentifier) | **GET** /tms/v1/instrumentidentifiers/{tokenId} | Retrieve an Instrument Identifier
1111
[**updateInstrumentIdentifier**](InstrumentIdentifierApi.md#updateInstrumentIdentifier) | **PATCH** /tms/v1/instrumentidentifiers/{tokenId} | Update a Instrument Identifier
1212

@@ -109,7 +109,7 @@ No authorization required
109109
# **getAllPaymentInstruments**
110110
> TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response getAllPaymentInstruments(profileId, tokenId, opts)
111111
112-
Retrieve all Payment Instruments associated with an Instrument Identifier
112+
Retrieve all Payment Instruments
113113

114114
### Example
115115
```javascript

generator/cybersource-rest-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23100,7 +23100,7 @@
2310023100
},
2310123101
"/tms/v1/instrumentidentifiers/{tokenId}/paymentinstruments": {
2310223102
"get": {
23103-
"summary": "Retrieve all Payment Instruments associated with an Instrument Identifier",
23103+
"summary": "Retrieve all Payment Instruments",
2310423104
"parameters": [
2310523105
{
2310623106
"name": "profile-id",

src/api/InstrumentIdentifierApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
*/
161161

162162
/**
163-
* Retrieve all Payment Instruments associated with an Instrument Identifier
163+
* Retrieve all Payment Instruments
164164
* @param {String} profileId The id of a profile containing user specific TMS configuration.
165165
* @param {String} tokenId The TokenId of an Instrument Identifier.
166166
* @param {Object} opts Optional parameters

0 commit comments

Comments
 (0)