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)
| 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 | // |
no outgoing calls