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

Method TestEndpoint

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

TestEndpoint is the method to test endpoint. Permissions: authorizer:admin

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

Source from the content-addressed store, hash-verified

161 // TestEndpoint is the method to test endpoint.
162 // Permissions: authorizer:admin
163 TestEndpoint(ctx context.Context, params *model.TestEndpointRequest) (*model.TestEndpointResponse, error)
164 // UpdateEmailTemplate is the method to update email template.
165 // Permissions: authorizer:admin
166 UpdateEmailTemplate(ctx context.Context, params *model.UpdateEmailTemplateRequest) (*model.Response, error)

Callers 5

TestEndpointTestFunction · 0.65
TestEndpointMethod · 0.65
TestEndpointMethod · 0.65
TestEndpointMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestEndpointTestFunction · 0.52