diff --git a/clients/GitHub/etc/openapi-client-generator.state b/clients/GitHub/etc/openapi-client-generator.state index 700d6d1c962..6cdc22ff6d3 100644 --- a/clients/GitHub/etc/openapi-client-generator.state +++ b/clients/GitHub/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "d543c2cfa43a2dcdc9526a6061319dd0", + "specHash": "8a2dc25e1302b824ed48fe860969ca91", "generatedFiles": { "files": [ { @@ -5352,7 +5352,7 @@ }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php", - "hash": "9eadf0940004495e8f679266d9f38522" + "hash": "d27ea283c7530921528adfd1e272e47f" }, { "name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php", diff --git a/clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php b/clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php index 67e222ff244..8fb16dbcace 100644 --- a/clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php +++ b/clients/GitHub/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/GitHub/current.spec.yaml b/etc/specs/GitHub/current.spec.yaml index 33c80287a12..f26e45ea53f 100644 --- a/etc/specs/GitHub/current.spec.yaml +++ b/etc/specs/GitHub/current.spec.yaml @@ -13462,17 +13462,11 @@ paths: items: type: integer examples: - update-username-and-encrypted-value: + default: value: username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' - update-with-selected-visibility: - value: - visibility: selected - selected_repository_ids: - - 1296269 - - 1296280 responses: '204': description: Response @@ -41464,7 +41458,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: