PATCH
/projects/{project_id}/changelog/{entry_id}/statusUpdate changelog entry status
Change an entry's lifecycle status. `published` puts the entry live on the public board — this is the review gate for drafts from GitHub release sync and completed ideas. First publish stamps `published_at` (the display date) when not set explicitly; re-publishing keeps the original date.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011entry_idpathstringrequiredMongoDB ObjectId of the changelog entry
Example:
6630f1c7c2b3a40a1e9e1b33Request Body
required
New lifecycle status.
application/jsonSetChangelogStatusRequest
statusChangelogStatusrequiredLifecycle status. Only `published` entries appear on the public board; `hidden` soft-hides without deleting.
Enum:
draftpublishedhiddenResponses
Navigation
