Skip to content

Commit e216b8e

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clients/GitHubEnterprise-3.14/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": "c10ed80a47d40b416972a24869108d6e",
2+
"specHash": "109a5e9522a69e9785bd51d75ef29949",
33
"generatedFiles": {
44
"files": [
55
{
@@ -26556,7 +26556,7 @@
2655626556
},
2655726557
{
2655826558
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php",
26559-
"hash": "7276ad55b5ae4ec63ec759a592ca22d3"
26559+
"hash": "0914827ba3f009dce24181a275a287cc"
2656026560
},
2656126561
{
2656226562
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php",

clients/GitHubEnterprise-3.14/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.14/current.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39902,7 +39902,7 @@ paths:
3990239902
description: An array of topics to add to the repository. Pass one
3990339903
or more topics to _replace_ the set of existing topics. Send an
3990439904
empty array (`[]`) to clear all topics from the repository. **Note:**
39905-
Topic `names` cannot contain uppercase letters.
39905+
Topic `names` will be saved as lowercase.
3990639906
items:
3990739907
type: string
3990839908
required:

0 commit comments

Comments
 (0)