Skip to content

Commit 5cc6e02

Browse files
authored
Merge pull request #1434 from php-api-clients/GitHubEnterprise-3.14/from-1.1.4-109a5e9522a69e9785bd51d75ef29949-from-1.1.4-109a5e9522a69e9785bd51d75ef29949
2 parents a62dfb4 + e216b8e commit 5cc6e02

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

+2-2
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

+2-2
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

+1-1
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)