- APIs
- Platform API
- Update
Update a chainhook
Update a chainhook through the Hiro Platform.
PUT
Parameters
Path Parameters
apiKey
REQUIRED
string Hiro API key
chainhookUuid
REQUIRED
string Chainhook UUID
Body
application/jsonobject
| Status code | Description |
|---|---|
| 200 | Default Response |
| 404 | Default Response |
| 500 | Default Response |
cURL
curl -L -X PUT \"https://platform.hiro.so/v1/ext/{apiKey}/chainhooks/{chainhookUuid}" \-H 'Accept: application/json'
Response
{"status": "success","chainhookUuid": "string"}
With updateChainhook, you can adjust an existing definition without downtime: change the webhook URL, capture new events, or fine-tune configuration options as requirements evolve.