MCPcopy Create free account
hub / github.com/compozy/agh / UpdateAutomationTrigger

Method UpdateAutomationTrigger

internal/cli/client.go:381–381  ·  view source on GitHub ↗
(
		ctx context.Context,
		id string,
		request AutomationTriggerUpdateRequest,
	)

Source from the content-addressed store, hash-verified

379 CreateAutomationTrigger(ctx context.Context, request AutomationTriggerCreateRequest) (TriggerRecord, error)
380 GetAutomationTrigger(ctx context.Context, id string) (TriggerRecord, error)
381 UpdateAutomationTrigger(
382 ctx context.Context,
383 id string,
384 request AutomationTriggerUpdateRequest,

Callers 1

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected