Skip to content

[GitHub] Update to 1.1.4-8a2dc25e1302b824ed48fe860969ca91 from 1.1.4-d543c2cfa43a2dcdc9526a6061319dd0 #1436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/GitHub/etc/openapi-client-generator.state
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "d543c2cfa43a2dcdc9526a6061319dd0",
"specHash": "8a2dc25e1302b824ed48fe860969ca91",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}';
Expand All @@ -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)
{
Expand Down
10 changes: 2 additions & 8 deletions etc/specs/GitHub/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading