update git

This commit is contained in:
Erik Eckert 2023-12-06 15:37:11 +00:00
parent f7cc73f5e1
commit 65d53d76e8
2 changed files with 23 additions and 0 deletions

12
main/go.code-workspace Normal file
View File

@ -0,0 +1,12 @@
{
"folders": [
{
"path": "../../../../workspaces/go"
},
{
"name": "EgnyteWebHookHandler",
"path": ".."
}
],
"settings": {}
}

11
webhook.ps1 Normal file
View 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"
}'