Skip to content

Commit 9281d59

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clients/GitHubEnterprise-3.13/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": "9d192b343647623dd34826e26c46a914",
2+
"specHash": "df8d2275089e5998c1eae139bcf661ce",
33
"generatedFiles": {
44
"files": [
55
{
@@ -26260,7 +26260,7 @@
2626026260
},
2626126261
{
2626226262
"name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php",
26263-
"hash": "7276ad55b5ae4ec63ec759a592ca22d3"
26263+
"hash": "0914827ba3f009dce24181a275a287cc"
2626426264
},
2626526265
{
2626626266
"name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php",

clients/GitHubEnterprise-3.13/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.13/current.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39283,7 +39283,7 @@ paths:
3928339283
description: An array of topics to add to the repository. Pass one
3928439284
or more topics to _replace_ the set of existing topics. Send an
3928539285
empty array (`[]`) to clear all topics from the repository. **Note:**
39286-
Topic `names` cannot contain uppercase letters.
39286+
Topic `names` will be saved as lowercase.
3928739287
items:
3928839288
type: string
3928939289
required:

0 commit comments

Comments
 (0)