diff --git a/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state b/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state index cd71411d312..4e509b099cf 100644 --- a/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state +++ b/clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "9d192b343647623dd34826e26c46a914", + "specHash": "df8d2275089e5998c1eae139bcf661ce", "generatedFiles": { "files": [ { @@ -26260,7 +26260,7 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php", - "hash": "7276ad55b5ae4ec63ec759a592ca22d3" + "hash": "0914827ba3f009dce24181a275a287cc" }, { "name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php", diff --git a/clients/GitHubEnterprise-3.13/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php b/clients/GitHubEnterprise-3.13/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php index e866efdace6..6a6fde831be 100644 --- a/clients/GitHubEnterprise-3.13/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php +++ b/clients/GitHubEnterprise-3.13/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php @@ -17,7 +17,7 @@ "items": { "type": "string" }, - "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." + "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." } } }'; @@ -31,7 +31,7 @@ }'; /** - * 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. + * 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. */ public function __construct(public array $names) { diff --git a/etc/specs/GitHubEnterprise-3.13/current.spec.yaml b/etc/specs/GitHubEnterprise-3.13/current.spec.yaml index a1d5ee4c8bd..09e6947df42 100644 --- a/etc/specs/GitHubEnterprise-3.13/current.spec.yaml +++ b/etc/specs/GitHubEnterprise-3.13/current.spec.yaml @@ -39283,7 +39283,7 @@ paths: 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. + Topic `names` will be saved as lowercase. items: type: string required: