Skip to content

Commit 81f55bf

Browse files
authored
Merge pull request #35872 from github/repo-sync
Repo sync
2 parents 296e269 + 543a1d7 commit 81f55bf

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/github-apps/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "9a474fd38005b61bee9706e8f4f6f2bea8561745"
63+
"sha": "917eb60d24132049c50cea80b1e4e8eb3ea4716e"
6464
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -495553,7 +495553,7 @@
495553495553
"type": "array of strings",
495554495554
"name": "names",
495555495555
"in": "body",
495556-
"description": "<p>An array of topics to add to the repository. Pass one or more topics to <em>replace</em> the set of existing topics. Send an empty array (<code>[]</code>) to clear all topics from the repository. <strong>Note:</strong> Topic <code>names</code> cannot contain uppercase letters.</p>",
495556+
"description": "<p>An array of topics to add to the repository. Pass one or more topics to <em>replace</em> the set of existing topics. Send an empty array (<code>[]</code>) to clear all topics from the repository. <strong>Note:</strong> Topic <code>names</code> will be saved as lowercase.</p>",
495557495557
"isRequired": true
495558495558
}
495559495559
],

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -529354,7 +529354,7 @@
529354529354
"type": "array of strings",
529355529355
"name": "names",
529356529356
"in": "body",
529357-
"description": "<p>An array of topics to add to the repository. Pass one or more topics to <em>replace</em> the set of existing topics. Send an empty array (<code>[]</code>) to clear all topics from the repository. <strong>Note:</strong> Topic <code>names</code> cannot contain uppercase letters.</p>",
529357+
"description": "<p>An array of topics to add to the repository. Pass one or more topics to <em>replace</em> the set of existing topics. Send an empty array (<code>[]</code>) to clear all topics from the repository. <strong>Note:</strong> Topic <code>names</code> will be saved as lowercase.</p>",
529358529358
"isRequired": true
529359529359
}
529360529360
],

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -428954,7 +428954,7 @@
428954428954
"type": "array of strings",
428955428955
"name": "names",
428956428956
"in": "body",
428957-
"description": "<p>An array of topics to add to the repository. Pass one or more topics to <em>replace</em> the set of existing topics. Send an empty array (<code>[]</code>) to clear all topics from the repository. <strong>Note:</strong> Topic <code>names</code> cannot contain uppercase letters.</p>",
428957+
"description": "<p>An array of topics to add to the repository. Pass one or more topics to <em>replace</em> the set of existing topics. Send an empty array (<code>[]</code>) to clear all topics from the repository. <strong>Note:</strong> Topic <code>names</code> will be saved as lowercase.</p>",
428958428958
"isRequired": true
428959428959
}
428960428960
],

0 commit comments

Comments
 (0)