Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec893d0

Browse files
Change put to patch in link
Co-Authored-By: vinayak42 <[email protected]>
1 parent 16fde01 commit ec893d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/v3/management/email_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def update(self, template_name, body):
5858
'change_password', 'password_reset', 'mfa_oob_code'.
5959
6060
body (dict): Attributes to update on the email template.
61-
See: https://auth0.com/docs/api/management/v2#!/Email_Templates/put_email_templates_by_templateName
61+
See: https://auth0.com/docs/api/management/v2#!/Email_Templates/patch_email_templates_by_templateName
6262
6363
"""
6464

0 commit comments

Comments
 (0)