| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageWebhooksApi.updateWebhookSubscription(String webhookId,
UpdateWebhookRequest updateWebhookRequest)
Update a Webhook Subscription
Update the webhook subscription using PATCH.
|
okhttp3.Call |
ManageWebhooksApi.updateWebhookSubscriptionAsync(String webhookId,
UpdateWebhookRequest updateWebhookRequest,
ApiCallback<Void> callback)
Update a Webhook Subscription (asynchronously)
Update the webhook subscription using PATCH.
|
okhttp3.Call |
ManageWebhooksApi.updateWebhookSubscriptionCall(String webhookId,
UpdateWebhookRequest updateWebhookRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateWebhookSubscription
|
ApiResponse<Void> |
ManageWebhooksApi.updateWebhookSubscriptionWithHttpInfo(String webhookId,
UpdateWebhookRequest updateWebhookRequest)
Update a Webhook Subscription
Update the webhook subscription using PATCH.
|
Copyright © 2024. All rights reserved.