Update Webhook Endpoints
PUT
/api/v1/developer/webhooks/endpoints/{id}
Available since v2.2.10
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Example
"550e8400-e29b-41d4-a716-446655440000"Request Body
application/json
JSON "endpoint": "https://example.com/webhook", "name": "My Webhook", "events": [ [ "access.door.unlock" ] ], "headers": { "additionalProperties": "string" }
{
}
Responses
Successful response
application/json
JSON "code": "string", "msg": "string", "data": { "id": "string", "endpoint": "string", "name": "string", "secret": "string", "events": [ "string" ], "headers": { "additionalProperties": "string" } }
{
}