hooks
Overview
Name | hooks |
Type | Resource |
Id | netlify.hook.hooks |
Fields
Name | Datatype |
---|---|
id | string |
created_at | string |
data | object |
disabled | boolean |
event | string |
site_id | string |
type | string |
updated_at | string |
Methods
Name | Accessible by | Required Params |
---|---|---|
getHook | SELECT | hook_id |
listHooksBySiteId | SELECT | site_id |
createHookBySiteId | INSERT | site_id |
deleteHook | DELETE | hook_id |
updateHook | EXEC | hook_id |