Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -38762,7 +38762,7 @@
"/repos/{owner}/{repo}/lfs": {
"put": {
"summary": "Enable Git LFS for a repository",
"description": "",
"description": "Enables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/enable-lfs-for-repo",
"tags": [
"repos"
Expand Down Expand Up @@ -38796,7 +38796,7 @@
},
"delete": {
"summary": "Disable Git LFS for a repository",
"description": "",
"description": "Disables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/disable-lfs-for-repo",
"tags": [
"repos"
Expand Down
6 changes: 4 additions & 2 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28081,7 +28081,8 @@ paths:
"/repos/{owner}/{repo}/lfs":
put:
summary: Enable Git LFS for a repository
description: ''
description: Enables Git LFS for a repository. Access tokens must have the `admin:enterprise`
scope.
operationId: repos/enable-lfs-for-repo
tags:
- repos
Expand All @@ -28108,7 +28109,8 @@ paths:
subcategory: lfs
delete:
summary: Disable Git LFS for a repository
description: ''
description: Disables Git LFS for a repository. Access tokens must have the
`admin:enterprise` scope.
operationId: repos/disable-lfs-for-repo
tags:
- repos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291774,7 +291774,7 @@
"/repos/{owner}/{repo}/lfs": {
"put": {
"summary": "Enable Git LFS for a repository",
"description": "",
"description": "Enables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/enable-lfs-for-repo",
"tags": [
"repos"
Expand Down Expand Up @@ -291827,7 +291827,7 @@
},
"delete": {
"summary": "Disable Git LFS for a repository",
"description": "",
"description": "Disables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/disable-lfs-for-repo",
"tags": [
"repos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58427,7 +58427,8 @@ paths:
"/repos/{owner}/{repo}/lfs":
put:
summary: Enable Git LFS for a repository
description: ''
description: Enables Git LFS for a repository. Access tokens must have the `admin:enterprise`
scope.
operationId: repos/enable-lfs-for-repo
tags:
- repos
Expand All @@ -58453,7 +58454,8 @@ paths:
subcategory: lfs
delete:
summary: Disable Git LFS for a repository
description: ''
description: Disables Git LFS for a repository. Access tokens must have the
`admin:enterprise` scope.
operationId: repos/disable-lfs-for-repo
tags:
- repos
Expand Down
4 changes: 2 additions & 2 deletions descriptions/ghec/dereferenced/ghec.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -295087,7 +295087,7 @@
"/repos/{owner}/{repo}/lfs": {
"put": {
"summary": "Enable Git LFS for a repository",
"description": "",
"description": "Enables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/enable-lfs-for-repo",
"tags": [
"repos"
Expand Down Expand Up @@ -295140,7 +295140,7 @@
},
"delete": {
"summary": "Disable Git LFS for a repository",
"description": "",
"description": "Disables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/disable-lfs-for-repo",
"tags": [
"repos"
Expand Down
6 changes: 4 additions & 2 deletions descriptions/ghec/dereferenced/ghec.deref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59910,7 +59910,8 @@ paths:
"/repos/{owner}/{repo}/lfs":
put:
summary: Enable Git LFS for a repository
description: ''
description: Enables Git LFS for a repository. Access tokens must have the `admin:enterprise`
scope.
operationId: repos/enable-lfs-for-repo
tags:
- repos
Expand All @@ -59936,7 +59937,8 @@ paths:
subcategory: lfs
delete:
summary: Disable Git LFS for a repository
description: ''
description: Disables Git LFS for a repository. Access tokens must have the
`admin:enterprise` scope.
operationId: repos/disable-lfs-for-repo
tags:
- repos
Expand Down
4 changes: 2 additions & 2 deletions descriptions/ghec/ghec.json
Original file line number Diff line number Diff line change
Expand Up @@ -39996,7 +39996,7 @@
"/repos/{owner}/{repo}/lfs": {
"put": {
"summary": "Enable Git LFS for a repository",
"description": "",
"description": "Enables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/enable-lfs-for-repo",
"tags": [
"repos"
Expand Down Expand Up @@ -40030,7 +40030,7 @@
},
"delete": {
"summary": "Disable Git LFS for a repository",
"description": "",
"description": "Disables Git LFS for a repository. Access tokens must have the `admin:enterprise` scope.",
"operationId": "repos/disable-lfs-for-repo",
"tags": [
"repos"
Expand Down
6 changes: 4 additions & 2 deletions descriptions/ghec/ghec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28943,7 +28943,8 @@ paths:
"/repos/{owner}/{repo}/lfs":
put:
summary: Enable Git LFS for a repository
description: ''
description: Enables Git LFS for a repository. Access tokens must have the `admin:enterprise`
scope.
operationId: repos/enable-lfs-for-repo
tags:
- repos
Expand All @@ -28970,7 +28971,8 @@ paths:
subcategory: lfs
delete:
summary: Disable Git LFS for a repository
description: ''
description: Disables Git LFS for a repository. Access tokens must have the
`admin:enterprise` scope.
operationId: repos/disable-lfs-for-repo
tags:
- repos
Expand Down
Loading