MCPcopy Create free account
hub / github.com/auth0/auth0-cli / formatActionDetailsPath

Function formatActionDetailsPath

internal/cli/actions.go:655–660  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

653}
654
655func formatActionDetailsPath(id string) string {
656 if len(id) == 0 {
657 return ""
658 }
659 return fmt.Sprintf("actions/library/details/%s", id)
660}
661
662func filterOutDeprecatedActionTriggers(list []*management.ActionTrigger) []*management.ActionTrigger {
663 res := []*management.ActionTrigger{}

Callers 1

openActionCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected