Skip to content

Commit

Permalink
Unify language around API terminology for Releases (github#33668)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Edwards <skedwards88@github.com>
  • Loading branch information
subatoi and skedwards88 authored Jan 4, 2023
1 parent 292e491 commit 5d8675d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/rest/releases/assets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Release Assets
intro: ''
intro: 'Use the REST API to manage release assets.'
versions:
fpt: '*'
ghes: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/releases/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Releases
intro: 'The releases API allows you to create, modify, and delete releases and release assets.'
intro: 'Use the REST API to create, modify, and delete releases and release assets.'
allowTitleToDifferFromFilename: true
versions:
fpt: '*'
Expand Down
4 changes: 2 additions & 2 deletions content/rest/releases/releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Releases
intro: 'The Releases API allows you to create, modify, and delete releases and release assets. '
intro: 'Use the REST API to create, modify, and delete releases and release assets.'
versions:
fpt: '*'
ghes: '*'
Expand All @@ -13,6 +13,6 @@ miniTocMaxHeadingLevel: 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.
**Note:** These endpoints replace the endpoints to manage downloads. You can retrieve the download count and browser download URL from these endpoints.

{% endnote %}

0 comments on commit 5d8675d

Please sign in to comment.