Skip to content

Commit 6e0106c

Browse files
authored
Merge pull request #1435 from php-api-clients/GitHubEnterprise-3.15/from-1.1.4-0bd7f782eea440db3ac9e73f9be16daf-from-1.1.4-0bd7f782eea440db3ac9e73f9be16daf
2 parents 5cc6e02 + 0d82f83 commit 6e0106c

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

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

+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.15/current.spec.yaml

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