Hi Guys, 
I am new to creating webhooks so I apologize if this is something simple.  I am using C# to register my webhook with the api.  That works as intended.  
Then, I am calling all of the webhooks for the sheet using 
`SheetResources.ListSheets(null, null, null)`   which also returns the list of webhooks fine. 
Then I am retrieving the webhook Id from this result
Then I am attempting to "enable" the webhook using
WebhookResources.UpdateWebhook(Options)  <--- this is where it gives me 404 not found
I am not sure what I am going wrong here.
Any advice to check?