Skip to content

Commit 6d3bca3

Browse files
committed
add support for webhooks as well
1 parent aa6f53c commit 6d3bca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/blueprint.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ exports.apiObjects = [
3232
'roles',
3333
'searchResults',
3434
'stages',
35-
'users'
35+
'users',
36+
'webhooks'
3637
];
3738

3839
// Main sub-objects grouped by main REST objects.

0 commit comments

Comments
 (0)