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/json
enabled
REQUIRED
boolean
The enabled status of the chainhook
Status codeDescription
204Default Response
cURL
curl -L -X PATCH \
"https://api.mainnet.hiro.so/chainhooks/v1/me/{uuid}/enabled" \
-H 'Accept: application/json'

How is this guide?