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>"
}
]Fetch release notes from Strapi with caching
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>"
}
]The project to get release notes for
comfyui, comfyui_frontend, desktop The current version to filter release notes
The locale for the release notes
en, es, fr, ja, ko, ru, zh The platform requesting the release notes
Release notes retrieved successfully
The attention level for this release
low, medium, high The content of the release note in markdown format
Unique identifier for the release note
The project this release note belongs to
comfyui, comfyui_frontend, desktop When the release note was published
The version of the release
Was this page helpful?