feat: APIs for Integration Hooks (#2250)
- Introduces JSON Schema validations via JSONSchemer - Add CRUD APIs for integration hooks
This commit is contained in:
4
app/views/api/v1/models/_hook.json.jbuilder
Normal file
4
app/views/api/v1/models/_hook.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.id resource.id
|
||||
json.app resource.app.params.to_h
|
||||
json.enabled resource.enabled?
|
||||
json.inbox_id resource.inbox_id
|
||||
Reference in New Issue
Block a user