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/Api/CreateNewWebhooksApi.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ All URIs are relative to *https://apitest.cybersource.com*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**createWebhook**](CreateNewWebhooksApi.md#createWebhook) | **POST** /notification-subscriptions/v1/webhooks | Create a Webhook
8
-
[**findProductToSubscribe**](CreateNewWebhooksApi.md#findProductToSubscribe) | **GET** /notification-subscriptions/v1/products/{organizationId} | Find Products You Can Subscribe To
7
+
[**createWebhookSubscription**](CreateNewWebhooksApi.md#createWebhookSubscription) | **POST** /notification-subscriptions/v1/webhooks | Create a Webhook
8
+
[**findProductsToSubscribe**](CreateNewWebhooksApi.md#findProductsToSubscribe) | **GET** /notification-subscriptions/v1/products/{organizationId} | Find Products You Can Subscribe To
**createWebhook** | [**\CyberSource\Model\CreateWebhook**](../Model/CreateWebhook.md)| The webhook payload | [optional]
40
+
**createWebhookRequest** | [**\CyberSource\Model\CreateWebhookRequest**](../Model/CreateWebhookRequest.md)| The webhook payload | [optional]
41
41
42
42
### Return type
43
43
@@ -50,12 +50,12 @@ No authorization required
50
50
### HTTP request headers
51
51
52
52
-**Content-Type**: application/json;charset=utf-8
53
-
-**Accept**: application/hal+json;charset=utf-8
53
+
-**Accept**: application/json;charset=utf-8
54
54
55
55
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
echo 'Exception when calling CreateNewWebhooksApi->findProductToSubscribe: ', $e->getMessage(), PHP_EOL;
76
+
echo 'Exception when calling CreateNewWebhooksApi->findProductsToSubscribe: ', $e->getMessage(), PHP_EOL;
77
77
}
78
78
?>
79
79
```
@@ -95,7 +95,7 @@ No authorization required
95
95
### HTTP request headers
96
96
97
97
-**Content-Type**: application/json;charset=utf-8
98
-
-**Accept**: application/hal+json;charset=utf-8
98
+
-**Accept**: application/json;charset=utf-8
99
99
100
100
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
101
101
@@ -146,7 +146,7 @@ No authorization required
146
146
### HTTP request headers
147
147
148
148
-**Content-Type**: application/json;charset=utf-8
149
-
-**Accept**: application/hal+json;charset=utf-8
149
+
-**Accept**: application/json;charset=utf-8
150
150
151
151
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/Api/ManageWebhooksApi.md
+41-41Lines changed: 41 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ All URIs are relative to *https://apitest.cybersource.com*
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
7
[**deleteWebhookSubscription**](ManageWebhooksApi.md#deleteWebhookSubscription) | **DELETE** /notification-subscriptions/v1/webhooks/{webhookId} | Delete a Webhook Subscription
8
-
[**getAllWebhooks**](ManageWebhooksApi.md#getAllWebhooks) | **GET** /notification-subscriptions/v1/webhooks | Get Details On All Created Webhooks
9
-
[**getWebhookDetails**](ManageWebhooksApi.md#getWebhookDetails) | **GET** /notification-subscriptions/v1/webhooks/{webhookId} | Get Details On a Single Webhook
[**getWebhookSubscriptionById**](ManageWebhooksApi.md#getWebhookSubscriptionById) | **GET** /notification-subscriptions/v1/webhooks/{webhookId} | Get Details On a Single Webhook
9
+
[**getWebhookSubscriptionsByOrg**](ManageWebhooksApi.md#getWebhookSubscriptionsByOrg) | **GET** /notification-subscriptions/v1/webhooks | Get Details On All Created Webhooks
[**updateWebhookSubscription**](ManageWebhooksApi.md#updateWebhookSubscription) | **PATCH** /notification-subscriptions/v1/webhooks/{webhookId} | Update a Webhook Subscription
13
13
@@ -52,32 +52,30 @@ No authorization required
52
52
### HTTP request headers
53
53
54
54
-**Content-Type**: application/json;charset=utf-8
55
-
-**Accept**: application/hal+json;charset=utf-8
55
+
-**Accept**: application/json;charset=utf-8
56
56
57
57
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
**webhookId** | **string**| The webhook uuid identifier. |
182
-
**replayWebhooks** | [**\CyberSource\Model\ReplayWebhooks**](../Model/ReplayWebhooks.md)| The request query | [optional]
182
+
**replayWebhooksRequest** | [**\CyberSource\Model\ReplayWebhooksRequest**](../Model/ReplayWebhooksRequest.md)| The request query | [optional]
183
183
184
184
### Return type
185
185
@@ -192,7 +192,7 @@ No authorization required
192
192
### HTTP request headers
193
193
194
194
-**Content-Type**: application/json;charset=utf-8
195
-
-**Accept**: application/hal+json;charset=utf-8
195
+
-**Accept**: application/json;charset=utf-8
196
196
197
197
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
198
198
@@ -243,12 +243,12 @@ No authorization required
243
243
### HTTP request headers
244
244
245
245
-**Content-Type**: application/json;charset=utf-8
246
-
-**Accept**: application/hal+json;charset=utf-8
246
+
-**Accept**: application/json;charset=utf-8
247
247
248
248
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
$api_instance = new CyberSource\Api\ManageWebhooksApi();
263
263
$webhookId = "webhookId_example"; // string | The Webhook Identifier.
264
-
$updateWebhook = new \CyberSource\Model\UpdateWebhook(); // \CyberSource\Model\UpdateWebhook | The webhook payload or changes to apply.
264
+
$updateWebhookRequest = new \CyberSource\Model\UpdateWebhookRequest(); // \CyberSource\Model\UpdateWebhookRequest | The webhook payload or changes to apply.
**webhookId** | **string**| The Webhook Identifier. |
279
-
**updateWebhook** | [**\CyberSource\Model\UpdateWebhook**](../Model/UpdateWebhook.md)| The webhook payload or changes to apply. | [optional]
279
+
**updateWebhookRequest** | [**\CyberSource\Model\UpdateWebhookRequest**](../Model/UpdateWebhookRequest.md)| The webhook payload or changes to apply. | [optional]
280
280
281
281
### Return type
282
282
@@ -289,7 +289,7 @@ No authorization required
289
289
### HTTP request headers
290
290
291
291
-**Content-Type**: application/json;charset=utf-8
292
-
-**Accept**: application/hal+json;charset=utf-8
292
+
-**Accept**: application/json;charset=utf-8
293
293
294
294
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments