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/json
object
Status codeDescription
200Default Response
404Default Response
500Default Response
cURL
curl -L -X PUT \
"https://api.hiro.so/v1/ext/{apiKey}/chainhooks/{chainhookUuid}" \
-H 'Accept: application/json'
Response
{
"status": "success",
"chainhookUuid": "string"
}