Get or Update Publication Settings

View as Markdown

Retrieves or updates settings for a specific publication. Only publication owners and co-creators with admin role can update settings. Publication owners and all co-creators can view settings.

Path parameters

idintegerRequired
pkintegerRequired
The ID of the publication

Request

This endpoint expects an object.
new_comments_notificationbooleanOptional
Whether to notify the owner about new comments on blogs
new_followers_notificationbooleanOptional
Whether to notify the owner about new followers
appointment_reminders_notificationbooleanOptional
Whether to send appointment reminders to the owner
weekly_digest_notificationbooleanOptional
Whether to send weekly digest notifications
co_creator_activity_notificationbooleanOptional

Whether to notify the owner about co-creator activity

system_updates_notificationbooleanOptional
Whether to notify the owner about system updates
notification_preferencesanyOptional
Custom notification preferences for the publication
enable_analyticsbooleanOptional
Whether to enable analytics for the publication
seo_optimizationbooleanOptional
Whether to enable SEO optimization features
geo_optimizationbooleanOptional

Whether to enable geo-optimization features

enable_commentsbooleanOptional
Whether to enable comments on blogs in this publication
custom_cssstringOptional
Custom CSS for the publication. Use with caution.
custom_domainstringOptional

Custom domain for the publication (e.g., blog.example.com)

themeanyOptional
Theme settings for the publication

Response

Publication settings
idintegerRead-only
new_comments_notificationboolean
Whether to notify the owner about new comments on blogs
new_followers_notificationboolean
Whether to notify the owner about new followers
appointment_reminders_notificationboolean
Whether to send appointment reminders to the owner
weekly_digest_notificationboolean
Whether to send weekly digest notifications
co_creator_activity_notificationboolean

Whether to notify the owner about co-creator activity

system_updates_notificationboolean
Whether to notify the owner about system updates
notification_preferencesany
Custom notification preferences for the publication
enable_analyticsboolean
Whether to enable analytics for the publication
seo_optimizationboolean
Whether to enable SEO optimization features
geo_optimizationboolean

Whether to enable geo-optimization features

enable_commentsboolean
Whether to enable comments on blogs in this publication
custom_cssstring
Custom CSS for the publication. Use with caution.
custom_domainstring

Custom domain for the publication (e.g., blog.example.com)

themeany
Theme settings for the publication

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error