Skip to main content
PUT
Update Newsletter Settings

Authorizations

Authorization
string
header
default:your-api-key
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Provide at least one newsletter setting.

newsletterName
string
newsletterDescription
string | null
publicationLogoUrl
string<uri> | null
defaultThumbnailUrl
string<uri> | null
contentTags
string[]
Maximum array length: 3
widgetThemeColor
enum<string>
Available options:
black,
blue,
green,
fuchsia,
orange,
red
senderName
string
senderEmail
string<email>
replyToEmail
string<email> | null
publicSubscribeSlug
string
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
publicSubdomain
string | null
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
physicalAddress
string

Response

Successful response.

ok
enum<boolean>
required
Available options:
true
data
object
required