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
* @description This function updates the details of a webhook.
720
+
* @async
721
+
* @param {string} webhookName - The name of the webhook.
722
+
* @param {string} webhookUrl - The URL of the webhook.
723
+
* @param {string} authToken - The authentication token for the webhook.
724
+
* @returns {Promise<Object>} Returns a promise that resolves with an object containing the response from the webhook details update. The object includes the status code and the response data.
725
+
* @throws {LLMWhispererClientException} Throws an LLMWhispererClientException if an error occurs during the operation.
* @description This function deletes the details of a webhook.
797
+
* @async
798
+
* @param {string} webhookName - The name of the webhook.
799
+
* @returns {Promise<Object>} Returns a promise that resolves with an object containing the response from the delete operation. The object includes the status code and the response data.
800
+
* @throws {LLMWhispererClientException} Throws an LLMWhispererClientException if an error occurs during the operation.
0 commit comments