Skip to content

Commit

Permalink
Merge pull request #1524 from php-api-clients/GitHub/from-1.1.4-ce11a…
Browse files Browse the repository at this point in the history
…30340deb9560fca3f8049e3f57b-from-1.1.4-ce11a30340deb9560fca3f8049e3f57b
  • Loading branch information
WyriHaximus authored Feb 14, 2025
2 parents bd7a1e2 + a5f92e0 commit 9d5ed21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 9d5ed21

Please sign in to comment.