diff --git a/clients/GitHub/etc/openapi-client-generator.state b/clients/GitHub/etc/openapi-client-generator.state index ed232cbdfcd..2d13d3b96d2 100644 --- a/clients/GitHub/etc/openapi-client-generator.state +++ b/clients/GitHub/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "db98add04ce623b04585203c6ced5d4b", + "specHash": "ce11a30340deb9560fca3f8049e3f57b", "generatedFiles": { "files": [ { @@ -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", diff --git a/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php b/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php index a82188c6e72..086074aec82 100644 --- a/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php +++ b/clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php @@ -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", @@ -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')] diff --git a/etc/specs/GitHub/current.spec.yaml b/etc/specs/GitHub/current.spec.yaml index 4375646d728..a12ddcc4ae9 100644 --- a/etc/specs/GitHub/current.spec.yaml +++ b/etc/specs/GitHub/current.spec.yaml @@ -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