PATCH
/
api
/
v1
/
newsletter_templates
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "html": "<string>",
  "design": [
    "<string>"
  ],
  "htmlRaw": "<string>",
  "cssRaw": "<string>",
  "htmlInline": "<string>",
  "tenant": "https://example.com/"
}

Path Parameters

id
string
required

NewsletterTemplate identifier

Body

application/merge-patch+json

The updated NewsletterTemplate resource

Response

200
application/ld+json

NewsletterTemplate resource updated