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

Method SetCustomText

internal/auth0/branding_prompt.go:30–30  ·  view source on GitHub ↗

SetCustomText sets the custom text for a specific prompt. Existing texts will be overwritten. See: https://auth0.com/docs/api/management/v2#!/Prompts/put_custom_text_by_language

(ctx context.Context, p string, l string, b map[string]interface{}, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

28 //
29 // See: https://auth0.com/docs/api/management/v2#!/Prompts/put_custom_text_by_language
30 SetCustomText(ctx context.Context, p string, l string, b map[string]interface{}, opts ...management.RequestOption) (err error)
31
32 // GetPartials retrieves the partials for a specific prompt.
33 //

Callers 3

updateBrandingTextFunction · 0.65

Implementers 2

MockPromptAPIinternal/auth0/mock/branding_prompt_mo
MockPromptAPIMockRecorderinternal/auth0/mock/branding_prompt_mo

Calls

no outgoing calls

Tested by 1