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

Method UpdateAutomationJob

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

Source from the content-addressed store, hash-verified

372 CreateAutomationJob(ctx context.Context, request AutomationJobCreateRequest) (JobRecord, error)
373 GetAutomationJob(ctx context.Context, id string) (JobRecord, error)
374 UpdateAutomationJob(ctx context.Context, id string, request AutomationJobUpdateRequest) (JobRecord, error)
375 DeleteAutomationJob(ctx context.Context, id string) error
376 TriggerAutomationJob(ctx context.Context, id string) (RunRecord, error)
377 AutomationJobRuns(ctx context.Context, id string, query AutomationRunQuery) ([]RunRecord, error)

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected