Hooks
Update an existing hook
Update an existing hook with the Java SDK.
PUT
Update an existing hook
Use
blnk.hooks().update for this operation.
1
Call the method
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
Related docs
How webhooks work
Hook types, payloads, and execution.
Update an existing hook
HTTP request and response schema.