MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / UpdateWebhook

Method UpdateWebhook

internal/graphql/provider.go:175–175  ·  view source on GitHub ↗

UpdateWebhook is the method to update webhook. Permissions: authorizer:admin

(ctx context.Context, params *model.UpdateWebhookRequest)

Source from the content-addressed store, hash-verified

173 // UpdateWebhook is the method to update webhook.
174 // Permissions: authorizer:admin
175 UpdateWebhook(ctx context.Context, params *model.UpdateWebhookRequest) (*model.Response, error)
176 // User is the method to get user.
177 // Permissions: authorizer:admin
178 User(ctx context.Context, params *model.GetUserRequest) (*model.User, error)

Callers 5

TestUpdateWebhookTestFunction · 0.65
UpdateWebhookMethod · 0.65
UpdateWebhookMethod · 0.65
UpdateWebhookMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestUpdateWebhookTestFunction · 0.52