Skip to content

[GitHub] Update to 1.1.4-ce11a30340deb9560fca3f8049e3f57b from 1.1.4-db98add04ce623b04585203c6ced5d4b #1524

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": "db98add04ce623b04585203c6ced5d4b",
"specHash": "ce11a30340deb9560fca3f8049e3f57b",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -31032,7 +31032,7 @@
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Issues\/AddSubIssue\/Request\/ApplicationJson.php",
"hash": "5544462daa352f25470f3bd85eb81674"
"hash": "e85802fff24da90c532fa15831d154cd"
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Issues\/ReprioritizeSubIssue\/Request\/ApplicationJson.php",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"properties": {
"sub_issue_id": {
"type": "integer",
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue"
},
"replace_parent": {
"type": "boolean",
Expand All @@ -32,7 +32,7 @@
}';

/**
* subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue
* subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue
* replaceParent: Option that, when true, instructs the operation to replace the sub-issues current parent issue
*/
public function __construct(#[MapFrom('sub_issue_id')]
Expand Down
2 changes: 1 addition & 1 deletion etc/specs/GitHub/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35626,7 +35626,7 @@ paths:
sub_issue_id:
type: integer
description: The id of the sub-issue to add. The sub-issue must
belong to the same repository as the parent issue
belong to the same repository owner as the parent issue
replace_parent:
type: boolean
description: Option that, when true, instructs the operation to
Expand Down
Loading