You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rest/static/decorated/ghes-3.3.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -64769,7 +64769,7 @@
64769
64769
}
64770
64770
],
64771
64771
"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": "",
64773
64773
"operationId": "repos/enable-lfs-for-repo",
64774
64774
"tags": [
64775
64775
"repos"
@@ -64790,6 +64790,7 @@
64790
64790
"subcategory": "lfs",
64791
64791
"subcategoryLabel": "Lfs",
64792
64792
"notes": [],
64793
+
"descriptionHTML": "",
64793
64794
"responses": [
64794
64795
{
64795
64796
"httpStatusCode": "202",
@@ -64802,8 +64803,7 @@
64802
64803
"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>."
64803
64804
}
64804
64805
],
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": []
64807
64807
},
64808
64808
{
64809
64809
"verb": "delete",
@@ -64842,7 +64842,7 @@
64842
64842
}
64843
64843
],
64844
64844
"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": "",
64846
64846
"operationId": "repos/disable-lfs-for-repo",
64847
64847
"tags": [
64848
64848
"repos"
@@ -64863,15 +64863,15 @@
64863
64863
"subcategory": "lfs",
64864
64864
"subcategoryLabel": "Lfs",
64865
64865
"notes": [],
64866
+
"descriptionHTML": "",
64866
64867
"responses": [
64867
64868
{
64868
64869
"httpStatusCode": "204",
64869
64870
"httpStatusMessage": "No Content",
64870
64871
"description": "Response"
64871
64872
}
64872
64873
],
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": []
64875
64875
},
64876
64876
{
64877
64877
"verb": "get",
@@ -64977,7 +64977,7 @@
64977
64977
}
64978
64978
],
64979
64979
"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.",
64981
64981
"tags": [
64982
64982
"repos"
64983
64983
],
@@ -65026,7 +65026,7 @@
65026
65026
"subcategoryLabel": "Branches",
65027
65027
"contentType": "application/json",
65028
65028
"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>",
0 commit comments