await seam.webhooks.update({
webhook_id: "e294905f-e7a5-4804-95a6-303f440eb262",
event_types: [
"device.connected",
"device.disconnected",
"device.unmanaged.converted_to_managed",
],
});
/*
// void
*/{}Webhooks
Update a Webhook
Updates a specified webhook.
PUT
/
webhooks
/
update
await seam.webhooks.update({
webhook_id: "e294905f-e7a5-4804-95a6-303f440eb262",
event_types: [
"device.connected",
"device.disconnected",
"device.unmanaged.converted_to_managed",
],
});
/*
// void
*/{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
The response is of type object.
Was this page helpful?