1
0
mirror of synced 2026-01-04 00:06:20 -05:00
Files
docs/content/rest/reference/releases.md
2021-12-14 20:39:25 +00:00

616 B

title, intro, allowTitleToDifferFromFilename, versions, topics, miniTocMaxHeadingLevel
title intro allowTitleToDifferFromFilename versions topics miniTocMaxHeadingLevel
Releases The releases API allows you to create, modify, and delete releases and release assets. true
fpt ghes ghae ghec
* * * *
API
3

{% note %}

Note: The Releases API replaces the Downloads API. You can retrieve the download count and browser download URL from the endpoints in this API that return releases and release assets.

{% endnote %}

{% for operation in currentRestOperations %} {% if operation.subcategory == 'releases' %}{% include rest_operation %}{% endif %} {% endfor %}