Skip to content

Commit

Permalink
Merge pull request #35872 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jan 9, 2025
2 parents 296e269 + 543a1d7 commit 81f55bf
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "9a474fd38005b61bee9706e8f4f6f2bea8561745"
"sha": "917eb60d24132049c50cea80b1e4e8eb3ea4716e"
}
2 changes: 1 addition & 1 deletion src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -495553,7 +495553,7 @@
"type": "array of strings",
"name": "names",
"in": "body",
"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>",
"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>",
"isRequired": true
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -529354,7 +529354,7 @@
"type": "array of strings",
"name": "names",
"in": "body",
"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>",
"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>",
"isRequired": true
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/rest/data/ghes-3.10-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -428954,7 +428954,7 @@
"type": "array of strings",
"name": "names",
"in": "body",
"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>",
"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>",
"isRequired": true
}
],
Expand Down
Loading

0 comments on commit 81f55bf

Please sign in to comment.