Updates an email template.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The email template ID.

Body Params

The request.

A request to update an email template.
Requires a 9Line administrator role, a service provider administrator role, or an organization administrator role.

string | null

The organization ID.

string | null

The name. Used in references.

string | null

The subject line of the email template.

string | null

The body content of the email template.

Responses
200

OK when successful with the email template in the body.

400

BAD REQUEST if any validation errors occur.

401

UNAUTHORIZED when the access token is invalid or expired.

403

FORBIDDEN when access to the email template is prohibited with the provided credentials on the request.

404

NOT FOUND when the email template is not found.

500

INTERNAL SERVER ERROR on any unexpected errors.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!