Skip to content

Commit 9c81ef9

Browse files
authored
Update OpenAPI Description (github#41048)
1 parent 8922560 commit 9c81ef9

11 files changed

Lines changed: 19 additions & 19 deletions

File tree

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "7325110192a87b441374bd9829207d0a45d5a632"
63+
"sha": "da33840287fe37f6173edf958b888e02ca2b4110"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251831,10 +251831,10 @@
251831251831
},
251832251832
{
251833251833
"name": "ref",
251834-
"description": "<p>The name of the fully qualified reference to update. For example, <code>refs/heads/master</code>. If the value doesn't start with <code>refs</code> and have at least two slashes, it will be rejected.</p>",
251834+
"description": "<p>The name of the reference to update (for example, <code>heads/featureA</code>). Can be a branch name (<code>heads/BRANCH_NAME</code>) or tag name (<code>tags/TAG_NAME</code>). For more information, see \"<a href=\"https://git-scm.com/book/en/v2/Git-Internals-Git-References\">Git References</a>\" in the Git documentation.</p>",
251835251835
"in": "path",
251836251836
"required": true,
251837-
"example": "refs/head/master",
251837+
"example": "heads/featureA",
251838251838
"schema": {
251839251839
"type": "string"
251840251840
},

src/rest/data/ghae/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169185,10 +169185,10 @@
169185169185
},
169186169186
{
169187169187
"name": "ref",
169188-
"description": "<p>The name of the fully qualified reference to update. For example, <code>refs/heads/master</code>. If the value doesn't start with <code>refs</code> and have at least two slashes, it will be rejected.</p>",
169188+
"description": "<p>The name of the reference to update (for example, <code>heads/featureA</code>). Can be a branch name (<code>heads/BRANCH_NAME</code>) or tag name (<code>tags/TAG_NAME</code>). For more information, see \"<a href=\"https://git-scm.com/book/en/v2/Git-Internals-Git-References\">Git References</a>\" in the Git documentation.</p>",
169189169189
"in": "path",
169190169190
"required": true,
169191-
"example": "refs/head/master",
169191+
"example": "heads/featureA",
169192169192
"schema": {
169193169193
"type": "string"
169194169194
},

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265386,10 +265386,10 @@
265386265386
},
265387265387
{
265388265388
"name": "ref",
265389-
"description": "<p>The name of the fully qualified reference to update. For example, <code>refs/heads/master</code>. If the value doesn't start with <code>refs</code> and have at least two slashes, it will be rejected.</p>",
265389+
"description": "<p>The name of the reference to update (for example, <code>heads/featureA</code>). Can be a branch name (<code>heads/BRANCH_NAME</code>) or tag name (<code>tags/TAG_NAME</code>). For more information, see \"<a href=\"https://git-scm.com/book/en/v2/Git-Internals-Git-References\">Git References</a>\" in the Git documentation.</p>",
265390265390
"in": "path",
265391265391
"required": true,
265392-
"example": "refs/head/master",
265392+
"example": "heads/featureA",
265393265393
"schema": {
265394265394
"type": "string"
265395265395
},

src/rest/data/ghes-3.10-2022-11-28/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233673,10 +233673,10 @@
233673233673
},
233674233674
{
233675233675
"name": "ref",
233676-
"description": "<p>The name of the fully qualified reference to update. For example, <code>refs/heads/master</code>. If the value doesn't start with <code>refs</code> and have at least two slashes, it will be rejected.</p>",
233676+
"description": "<p>The name of the reference to update (for example, <code>heads/featureA</code>). Can be a branch name (<code>heads/BRANCH_NAME</code>) or tag name (<code>tags/TAG_NAME</code>). For more information, see \"<a href=\"https://git-scm.com/book/en/v2/Git-Internals-Git-References\">Git References</a>\" in the Git documentation.</p>",
233677233677
"in": "path",
233678233678
"required": true,
233679-
"example": "refs/head/master",
233679+
"example": "heads/featureA",
233680233680
"schema": {
233681233681
"type": "string"
233682233682
},

src/rest/data/ghes-3.6/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215605,10 +215605,10 @@
215605215605
},
215606215606
{
215607215607
"name": "ref",
215608-
"description": "<p>The name of the fully qualified reference to update. For example, <code>refs/heads/master</code>. If the value doesn't start with <code>refs</code> and have at least two slashes, it will be rejected.</p>",
215608+
"description": "<p>The name of the reference to update (for example, <code>heads/featureA</code>). Can be a branch name (<code>heads/BRANCH_NAME</code>) or tag name (<code>tags/TAG_NAME</code>). For more information, see \"<a href=\"https://git-scm.com/book/en/v2/Git-Internals-Git-References\">Git References</a>\" in the Git documentation.</p>",
215609215609
"in": "path",
215610215610
"required": true,
215611-
"example": "refs/head/master",
215611+
"example": "heads/featureA",
215612215612
"schema": {
215613215613
"type": "string"
215614215614
},

src/rest/data/ghes-3.7/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218434,10 +218434,10 @@
218434218434
},
218435218435
{
218436218436
"name": "ref",
218437-
"description": "<p>The name of the fully qualified reference to update. For example, <code>refs/heads/master</code>. If the value doesn't start with <code>refs</code> and have at least two slashes, it will be rejected.</p>",
218437+
"description": "<p>The name of the reference to update (for example, <code>heads/featureA</code>). Can be a branch name (<code>heads/BRANCH_NAME</code>) or tag name (<code>tags/TAG_NAME</code>). For more information, see \"<a href=\"https://git-scm.com/book/en/v2/Git-Internals-Git-References\">Git References</a>\" in the Git documentation.</p>",
218438218438
"in": "path",
218439218439
"required": true,
218440-
"example": "refs/head/master",
218440+
"example": "heads/featureA",
218441218441
"schema": {
218442218442
"type": "string"
218443218443
},

0 commit comments

Comments
 (0)