Webhooks
Update webhook
Update a webhook.
Request
curl -X PATCH "https://api.blueticks.co/v1/webhooks/string" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"data": {
"id": "string",
"url": "string",
"events": [
"string"
],
"description": "string",
"status": "enabled",
"created_at": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Request Body
application/json
Response
Response Body
application/json
application/json