Skip to content
View as Markdown

POST Set Global Style​

POST
/templates/set-global-style

Update the global email style configuration. These settings apply as defaults across all email templates. Each setting value is sanitized before being saved.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
"config": {
"additionalProperties": "string"
}
}

Responses​

Global style settings updated successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI