Changelog
Update a Changelog
PUT
/
projects
/
{projectSlug}
/
changelogs
/
{changelogId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
changelogId
string
requiredChangelog id
Body
application/json
title
string
requiredsummary
string
requiredcontent
string
requiredpublished
boolean
requiredimage
string
publish_date
string
Response
200 - application/json
id
string
project_id
string
author_id
string
title
string
slug
string
summary
string
content
string
image
string
publish_date
string
published
boolean
Was this page helpful?