Skip to main content

Update a backend email template

PATCH /api/backends/:backend_id/email-templates/:template_type updates the identified backend email template resource

Required scope: identity-providers:manage:all

Path Parameters
backend_id string REQUIRED
template_type string REQUIRED
Request Body REQUIRED
template object
id string
txt_content string
html_content string
type string
backend_id string
Responses
200
Schema OPTIONAL
data object OPTIONAL
id string OPTIONAL
txt_content string OPTIONAL
html_content string OPTIONAL
type string OPTIONAL
backend_id string OPTIONAL
400

Bad request.

Schema OPTIONAL
errors object OPTIONAL
401

The client is unauthorized to access this resource.

Schema OPTIONAL
code string
message string
403

The client is forbidden to access this resource.

Schema OPTIONAL
code string
message string
404

The requested resource could not be found.

Schema OPTIONAL
code string
message string
422

The request payload is invalid.

Schema OPTIONAL
errors object OPTIONAL