Skip to content

Commit a88cbaf

Browse files
authored
Merge pull request #1437 from php-api-clients/GitHubEnterpriseCloud/from-1.1.4-9e7ab390ae84353f100b5db1dbcb3339-from-1.1.4-9e7ab390ae84353f100b5db1dbcb3339
2 parents c973ade + eda5712 commit a88cbaf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clients/GitHubEnterpriseCloud/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": "96301d732a1a9fa2ec272adc08c795bd",
2+
"specHash": "9e7ab390ae84353f100b5db1dbcb3339",
33
"generatedFiles": {
44
"files": [
55
{
@@ -5664,7 +5664,7 @@
56645664
},
56655665
{
56665666
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php",
5667-
"hash": "c11f928a731f587547f3fb629f887cbf"
5667+
"hash": "ba3e56879f32ec08d6bb9eff7365fe76"
56685668
},
56695669
{
56705670
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php",

clients/GitHubEnterpriseCloud/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/GitHubEnterpriseCloud/current.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46289,7 +46289,7 @@ paths:
4628946289
description: An array of topics to add to the repository. Pass one
4629046290
or more topics to _replace_ the set of existing topics. Send an
4629146291
empty array (`[]`) to clear all topics from the repository. **Note:**
46292-
Topic `names` cannot contain uppercase letters.
46292+
Topic `names` will be saved as lowercase.
4629346293
items:
4629446294
type: string
4629546295
required:

0 commit comments

Comments
 (0)