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
"description": "The permission to grant the collaborator. **Only valid on organization-owned repositories.** Can be one of: \n\\* `pull` - can pull, but not push to or administer this repository. \n\\* `push` - can pull and push, but not administer this repository. \n\\* `admin` - can pull, push and administer this repository. \n\\* `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions. \n\\* `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.",
25419
+
"description": "The permission to grant the collaborator. **Only valid on organization-owned repositories.** Can be one of: \n\\* `pull` - can pull, but not push to or administer this repository. \n\\* `push` - can pull and push, but not administer this repository. \n\\* `admin` - can pull, push and administer this repository. \n\\* `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions. \n\\* `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access. \n\\* custom repository role name - Can assign a custom repository role if the owning organization has defined any.",
"note": "The API to get issue timeline events is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-23-timeline-preview-api/) for full details. To access the API you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.mockingbird-preview\n```"
34192
-
},
34193
34187
{
34194
34188
"required": false,
34195
34189
"name": "starfox",
@@ -34831,6 +34825,79 @@
34831
34825
}
34832
34826
}
34833
34827
},
34828
+
"/repos/{owner}/{repo}/lfs": {
34829
+
"put": {
34830
+
"summary": "Enable Git LFS for a repository",
34831
+
"description": "**Note:** The Git LFS API endpoints are currently in beta and are subject to change.",
"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>."
34854
+
}
34855
+
},
34856
+
"x-github": {
34857
+
"githubCloudOnly": false,
34858
+
"enabledForGitHubApps": false,
34859
+
"previews": [
34860
+
34861
+
],
34862
+
"category": "repos",
34863
+
"subcategory": "lfs"
34864
+
}
34865
+
},
34866
+
"delete": {
34867
+
"summary": "Disable Git LFS for a repository",
34868
+
"description": "**Note:** The Git LFS API endpoints are currently in beta and are subject to change.",
The API to get issue timeline events is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-23-timeline-preview-api/) for full details. To access the API you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:
24646
-
```shell
24647
-
application/vnd.github.mockingbird-preview
24648
-
```
24649
24644
- required: false
24650
24645
name: starfox
24651
24646
note: |-
@@ -25062,6 +25057,58 @@ paths:
25062
25057
previews: []
25063
25058
category: repos
25064
25059
subcategory:
25060
+
"/repos/{owner}/{repo}/lfs":
25061
+
put:
25062
+
summary: Enable Git LFS for a repository
25063
+
description: "**Note:** The Git LFS API endpoints are currently in beta and
0 commit comments