Update OpenAPI Descriptions (#19079)
This commit is contained in:
committed by
GitHub
parent
6127df43c8
commit
fc8cf4f1f0
@@ -23840,7 +23840,7 @@
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"description": "Specifies the types of repositories you want returned. Can be one of `all`, `public`, `private`, `forks`, `sources`, `member`, `internal`. Note: For GitHub AE, can be one of `all`, `private`, `forks`, `sources`, `member`, `internal`. Default: `all`. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, `type` can also be `internal`.",
|
||||
"description": "Specifies the types of repositories you want returned. Can be one of `all`, `public`, `private`, `forks`, `sources`, `member`, `internal`. Note: For GitHub AE, can be one of `all`, `private`, `forks`, `sources`, `member`, `internal`. Default: `all`. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, `type` can also be `internal`. However, the `internal` value is not yet supported when a GitHub App calls this API with an installation access token.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
@@ -23855,7 +23855,7 @@
|
||||
"internal"
|
||||
]
|
||||
},
|
||||
"descriptionHTML": "<p>Specifies the types of repositories you want returned. Can be one of <code>all</code>, <code>public</code>, <code>private</code>, <code>forks</code>, <code>sources</code>, <code>member</code>, <code>internal</code>. Note: For GitHub AE, can be one of <code>all</code>, <code>private</code>, <code>forks</code>, <code>sources</code>, <code>member</code>, <code>internal</code>. Default: <code>all</code>. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, <code>type</code> can also be <code>internal</code>.</p>"
|
||||
"descriptionHTML": "<p>Specifies the types of repositories you want returned. Can be one of <code>all</code>, <code>public</code>, <code>private</code>, <code>forks</code>, <code>sources</code>, <code>member</code>, <code>internal</code>. Note: For GitHub AE, can be one of <code>all</code>, <code>private</code>, <code>forks</code>, <code>sources</code>, <code>member</code>, <code>internal</code>. Default: <code>all</code>. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, <code>type</code> can also be <code>internal</code>. However, the <code>internal</code> value is not yet supported when a GitHub App calls this API with an installation access token.</p>"
|
||||
},
|
||||
{
|
||||
"name": "sort",
|
||||
|
||||
Reference in New Issue
Block a user