Update a chainhook

Update a chainhook through the Hiro Platform.

PUT
/v1/ext/{apiKey}/chainhooks/{chainhookUuId}

Update a chainhook

Request Body

bodystring

Chainhook predicate configuration

Path Parameters

apiKey
Required
string

Hiro API key

Pattern: "0941f307fd270ace19a5bfed67fbd3bc"

chainhookUuid
Required
string

Chainhook UUID

Pattern: "aa3626dc-2090-49cd-8f1e-8f9994393aed"
Status codeDescription
200Default Response
404Default Response
500Default Response
/v1/ext/{apiKey}/chainhooks/{chainhookUuId}

curl -X PUT "https://api.platform.hiro.so/v1/ext/{apiKey}/chainhooks/{chainhookUuid}" \
  -d 'string'

{
  "status": "string",
  "chainhookUuid": "string"
}