Webhook::update_webhook( $id,  $data )

Summary

Send API request to update the webhook data


Parameters

$id

(Required)

$data

(Required)


Source

File: src/BigCommerce/Webhooks/Webhook.php

	public function update_webhook( $id, $data) {
		$this->api_client->updateWebhook( $id, $data );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.