- APIs
- Chainhooks API
- Update Chainhooks Enabled
Enable/disable status
Changes the enabled status of a chainhook by its UUID
PATCH
Hiro API key
Parameters
Path Parameters
uuid
REQUIRED
string uuid
Body
application/jsonenabled
REQUIRED
boolean
The enabled status of the chainhook
| Status code | Description |
|---|---|
| 204 | Default Response |
cURL
curl -L -X PATCH \"https://api.mainnet.hiro.so/chainhooks/v1/me/{uuid}/enabled" \-H 'Accept: application/json'