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