Skip to content

Commit 0d82f83

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterprise-3.15] Update to 1.1.4-0bd7f782eea440db3ac9e73f9be16daf from 1.1.4-19b385e40922afa73fdfab311c757a77
Detected Schema changes: ``` └─┬Paths └─┬/repos/{owner}/{repo}/topics └─┬PUT └─┬Requestbody └─┬application/json └─┬Schema └─┬names └──[🔀] description (40828:32) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 1 | 0 | Date: 01/08/25 | Commit: New: etc/specs/GitHubEnterprise-3.15/previous.spec.yaml, Original: etc/specs/GitHubEnterprise-3.15/current.spec.yaml - **Total Changes**: _1_ - **Modifications**: _1_
1 parent 5cc6e02 commit 0d82f83

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "19b385e40922afa73fdfab311c757a77",
2+
"specHash": "0bd7f782eea440db3ac9e73f9be16daf",
33
"generatedFiles": {
44
"files": [
55
{
@@ -26544,7 +26544,7 @@
2654426544
},
2654526545
{
2654626546
"name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php",
26547-
"hash": "7276ad55b5ae4ec63ec759a592ca22d3"
26547+
"hash": "0914827ba3f009dce24181a275a287cc"
2654826548
},
2654926549
{
2655026550
"name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php",

clients/GitHubEnterprise-3.15/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"items": {
1818
"type": "string"
1919
},
20-
"description": "An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters."
20+
"description": "An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase."
2121
}
2222
}
2323
}';
@@ -31,7 +31,7 @@
3131
}';
3232

3333
/**
34-
* names: An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters.
34+
* names: An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase.
3535
*/
3636
public function __construct(public array $names)
3737
{

etc/specs/GitHubEnterprise-3.15/current.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40828,7 +40828,7 @@ paths:
4082840828
description: An array of topics to add to the repository. Pass one
4082940829
or more topics to _replace_ the set of existing topics. Send an
4083040830
empty array (`[]`) to clear all topics from the repository. **Note:**
40831-
Topic `names` cannot contain uppercase letters.
40831+
Topic `names` will be saved as lowercase.
4083240832
items:
4083340833
type: string
4083440834
required:

0 commit comments

Comments
 (0)