Skip to content

Commit dd312bb

Browse files
authored
Merge pull request #23569 from github/openapi-update-2bb36b41f26d446f92cddb1bfbcfc99b4bb6bc3c05f3aca0eb23476d37598b33
Update OpenAPI Descriptions
2 parents c735740 + 79c2ad8 commit dd312bb

6 files changed

Lines changed: 50 additions & 50 deletions

File tree

lib/rest/static/decorated/api.github.com.json

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.3.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64769,7 +64769,7 @@
6476964769
}
6477064770
],
6477164771
"summary": "Enable Git LFS for a repository",
64772-
"description": "**Note:** The Git LFS API endpoints are currently in beta and are subject to change.",
64772+
"description": "",
6477364773
"operationId": "repos/enable-lfs-for-repo",
6477464774
"tags": [
6477564775
"repos"
@@ -64790,6 +64790,7 @@
6479064790
"subcategory": "lfs",
6479164791
"subcategoryLabel": "Lfs",
6479264792
"notes": [],
64793+
"descriptionHTML": "",
6479364794
"responses": [
6479464795
{
6479564796
"httpStatusCode": "202",
@@ -64802,8 +64803,7 @@
6480264803
"description": "We will return a 403 with one of the following messages:\n\n- Git LFS support not enabled because Git LFS is globally disabled.\n- Git LFS support not enabled because Git LFS is disabled for the root repository in the network.\n- Git LFS support not enabled because Git LFS is disabled for <owner>."
6480364804
}
6480464805
],
64805-
"bodyParameters": [],
64806-
"descriptionHTML": "<p><strong>Note:</strong> The Git LFS API endpoints are currently in beta and are subject to change.</p>"
64806+
"bodyParameters": []
6480764807
},
6480864808
{
6480964809
"verb": "delete",
@@ -64842,7 +64842,7 @@
6484264842
}
6484364843
],
6484464844
"summary": "Disable Git LFS for a repository",
64845-
"description": "**Note:** The Git LFS API endpoints are currently in beta and are subject to change.",
64845+
"description": "",
6484664846
"operationId": "repos/disable-lfs-for-repo",
6484764847
"tags": [
6484864848
"repos"
@@ -64863,15 +64863,15 @@
6486364863
"subcategory": "lfs",
6486464864
"subcategoryLabel": "Lfs",
6486564865
"notes": [],
64866+
"descriptionHTML": "",
6486664867
"responses": [
6486764868
{
6486864869
"httpStatusCode": "204",
6486964870
"httpStatusMessage": "No Content",
6487064871
"description": "Response"
6487164872
}
6487264873
],
64873-
"bodyParameters": [],
64874-
"descriptionHTML": "<p><strong>Note:</strong> The Git LFS API endpoints are currently in beta and are subject to change.</p>"
64874+
"bodyParameters": []
6487564875
},
6487664876
{
6487764877
"verb": "get",
@@ -64977,7 +64977,7 @@
6497764977
}
6497864978
],
6497964979
"summary": "Sync a fork branch with the upstream repository",
64980-
"description": "**Note:** This endpoint is currently in beta and subject to change.\n\nSync a branch of a forked repository to keep it up-to-date with the upstream repository.",
64980+
"description": "Sync a branch of a forked repository to keep it up-to-date with the upstream repository.",
6498164981
"tags": [
6498264982
"repos"
6498364983
],
@@ -65026,7 +65026,7 @@
6502665026
"subcategoryLabel": "Branches",
6502765027
"contentType": "application/json",
6502865028
"notes": [],
65029-
"descriptionHTML": "<p><strong>Note:</strong> This endpoint is currently in beta and subject to change.</p>\n<p>Sync a branch of a forked repository to keep it up-to-date with the upstream repository.</p>",
65029+
"descriptionHTML": "<p>Sync a branch of a forked repository to keep it up-to-date with the upstream repository.</p>",
6503065030
"bodyParameters": [
6503165031
{
6503265032
"type": "string",

0 commit comments

Comments
 (0)