POST
/projects/{project_id}/changelogCreate a changelog entry
Create a hand-authored entry (`source = manual`). Lands as a draft unless `publish` is set. Set `published_at` to backdate entries when importing existing changelog history.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011Request Body
required
application/jsonChangelogCreateRequest
A new hand-authored entry (`source = manual`).
bodystringMarkdown body.
Default:
categoryanynullablepublishbooleanPublish to the public board immediately instead of landing as a draft.
Default:
falsepublished_atstringnullableExplicit display date (RFC 3339 or `YYYY-MM-DD`) for importing existing changelog history. Defaults to the publish moment.
Example:
2025-11-03titlestringrequiredExample:
Dark modeversionstringnullableExample:
v1.4.0Responses
Navigation
