Hooks
Update an existing hook
Update an existing hook with the TypeScript SDK.
PUT
Update an existing hook
Use
blnk.Hooks.update to change the configuration of an existing webhook.
1
Call the method
blnk.Hooks.update
2
Verify the changes
Read
response.data to confirm the updated URL, type, and active status. The hook ID stays the same.3
Response
200 OK