Bulk enable/disable status

Updates the enabled status of chainhooks that match the provided filters

PATCH
Hiro API key

Parameters

Body

application/json
enabled
REQUIRED
boolean
Enabled status to apply to the matching chainhooks
filters
object
Status codeDescription
200Default Response
cURL
curl -L -X PATCH \
"https://api.mainnet.hiro.so/chainhooks/v1/me/enabled" \
-H 'Accept: application/json'
Response
{
"updated_uuids": [
"string"
]
}

How is this guide?