publications
Update publication settings
Update settings for a publication. The publication is identified by the API key provided in the Authorization header, and the path :publicationId must match the publication that owns the API key.
Behavior:
- Only provided fields are updated; omitted fields remain unchanged
- Set featuredPost to "latest", "popular", "disabled", or a specific post ID. The post must belong to this publication.
- pinnedPostIds replaces the existing pinned list. Pinned posts are hidden from the regular feed (they show in their own section), and unpinned posts return to the feed.
- emailNotifications is merged onto the current settings; only the toggles you send are changed.
patch/v1/publications/{publicationId}
Path parameters
publicationIdstring required
Unique identifier of the publication to update
Request body
Response
Publication updated successfully — returns the updated publication