update git
This commit is contained in:
parent
f7cc73f5e1
commit
65d53d76e8
12
main/go.code-workspace
Normal file
12
main/go.code-workspace
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "../../../../workspaces/go"
|
||||
},
|
||||
{
|
||||
"name": "EgnyteWebHookHandler",
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
11
webhook.ps1
Normal file
11
webhook.ps1
Normal file
@ -0,0 +1,11 @@
|
||||
$header = @{'Authorization' = 'Bearer 9cht7d3p565qnk3nbh3xbj7e'}
|
||||
$body = '{
|
||||
"url":"https://api.mpe.ca/egnytewebhook",
|
||||
"eventType": [
|
||||
"fs:add_folder",
|
||||
"fs:move_folder",
|
||||
"fs:copy_folder"
|
||||
],
|
||||
"path": "/Shared/MPE_Dev_Testing/FolderCreation"
|
||||
}'
|
||||
|
Loading…
Reference in New Issue
Block a user