Supahub Docs home page
Search...
⌘K
Back to Supahub
Dashboard
Dashboard
Search...
Navigation
Changelog
Changelog Object
Documentation
API Reference
Get Started
Introduction
Quickstart
Response Object
Pagination
Resources
Boards
Changelog
Changelog Object
GET
List Changelog
GET
Single Board
PUT
Subscribe
Comments
Labels
Users
Posts
Status
Tags
Votes
Webhooks
Changelog
Changelog Object
Track updates with a Changelog Object, including status, contributors, and related links.
The Changelog Object contains several fields each with defined types and descriptions which are outlined as follows:
id
string
The unique identifier for the Changelog entry.
status
Draft | Published
Indicates the publishing status of the Changelog entry.
title
string
The title of the Changelog entry.
slug
string
A web-friendly version of the title used in URLs.
coverImage
string | null
URL to the cover image associated with the Changelog entry. Can be null if no image is specified.
description
string
The summary or description of the Changelog entry.
credits
User[]
An array of User objects that contributed to the Changelog entry.
relatedPosts
Post[]
An array of Post objects that are related to the Changelog entry.
labels
Label[]
An array of Label objects that categorize or tag the Changelog entry.
publishedAt
Date | null
The date and time when the Changelog entry was published. Can be null if it’s not published.
createdAt
Date
The date and time when the Changelog entry was created.
Single Board
List Changelog
Assistant
Responses are generated using AI and may contain mistakes.