PATCH
/projects/{project_id}/changelog/{entry_id}Update a changelog entry
Replace the entry's editable content (title, Markdown body, version, category). Full-document semantics: omitted `version`/`category` are cleared. Lifecycle changes go through the `/status` endpoint.
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
application/jsonChangelogUpdateRequest
Replacement content for an entry. Full-document semantics: omitted `version`/`category` are cleared.
bodystringMarkdown body.
Default:
categoryanynullabletitlestringrequiredversionstringnullableResponses
Navigation
