跳转到主要内容
GET
/
releases
Get release notes
curl --request GET \
  --url https://api.comfy.org/releases
[
  {
    "attention": "low",
    "content": "<string>",
    "id": 123,
    "project": "comfyui",
    "published_at": "2023-11-07T05:31:56Z",
    "version": "<string>"
  }
]

查询参数

project
enum<string>
必填

The project to get release notes for

可用选项:
comfyui,
comfyui_frontend,
desktop,
cloud
current_version
string

The current version to filter release notes

locale
enum<string>
默认值:en

The locale for the release notes

可用选项:
en,
es,
fr,
ja,
ko,
ru,
zh
form_factor
string

The platform requesting the release notes

响应

Release notes retrieved successfully

attention
enum<string>
必填

The attention level for this release

可用选项:
low,
medium,
high
content
string
必填

The content of the release note in markdown format

id
integer
必填

Unique identifier for the release note

project
enum<string>
必填

The project this release note belongs to

可用选项:
comfyui,
comfyui_frontend,
desktop,
cloud
published_at
string<date-time>
必填

When the release note was published

version
string
必填

The version of the release