Skip to content

Commit 351ae43

Browse files
committed
Add restriction on Draft release
1 parent a93e027 commit 351ae43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610044,7 +610044,7 @@
610044610044
}
610045610045
],
610046610046
"bodyParameters": [],
610047-
"descriptionHTML": "<p>This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the <a href=\"https://docs.github.com/rest/repos/repos#list-repository-tags\">Repository Tags API</a>.</p>\n<p>Information about published releases are available to everyone. Only users with push access will receive listings for draft releases.</p>",
610047+
"descriptionHTML": "<p>This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the <a href=\"https://docs.github.com/rest/repos/repos#list-repository-tags\">Repository Tags API</a>.</p>\n<p>Information about published releases are available to everyone. Only users with push access will receive listings for draft releases. Repositories in an archived state do not return draft releases.</p>",
610048610048
"codeExamples": [
610049610049
{
610050610050
"key": "default",

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660769,7 +660769,7 @@
660769660769
}
660770660770
],
660771660771
"bodyParameters": [],
660772-
"descriptionHTML": "<p>This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags\">Repository Tags API</a>.</p>\n<p>Information about published releases are available to everyone. Only users with push access will receive listings for draft releases.</p>",
660772+
"descriptionHTML": "<p>This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags\">Repository Tags API</a>.</p>\n<p>Information about published releases are available to everyone. Only users with push access will receive listings for draft releases. Repositories in an archived state do not return draft releases.</p>",
660773660773
"codeExamples": [
660774660774
{
660775660775
"key": "default",

src/rest/data/ghes-3.19-2022-11-28/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643819,7 +643819,7 @@
643819643819
}
643820643820
],
643821643821
"bodyParameters": [],
643822-
"descriptionHTML": "<p>This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the <a href=\"https://docs.github.com/[email protected]/rest/repos/repos#list-repository-tags\">Repository Tags API</a>.</p>\n<p>Information about published releases are available to everyone. Only users with push access will receive listings for draft releases.</p>",
643822+
"descriptionHTML": "<p>This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the <a href=\"https://docs.github.com/[email protected]/rest/repos/repos#list-repository-tags\">Repository Tags API</a>.</p>\n<p>Information about published releases are available to everyone. Only users with push access will receive listings for draft releases. Repositories in an archived state do not return draft releases.</p>",
643823643823
"codeExamples": [
643824643824
{
643825643825
"key": "default",

0 commit comments

Comments
 (0)