Changelog
List Changelogs
GET
/
projects
/
{projectSlug}
/
changelogs
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
Response
200 - application/json
id
string
project_id
string
author_id
string
author
object
title
string
slug
string
summary
string
content
string
image
string
publish_date
string
published
boolean
Was this page helpful?