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

Function formatAPISettingsPath

internal/cli/apis.go:686–691  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

684}
685
686func formatAPISettingsPath(id string) string {
687 if len(id) == 0 {
688 return ""
689 }
690 return fmt.Sprintf("apis/%s/settings", id)
691}
692
693func apiScopesFor(scopes []string) *[]management.ResourceServerScope {
694 models := make([]management.ResourceServerScope, 0)

Callers 2

printAPIDetailsFunction · 0.85
openAPICmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected