diff --git a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state index 786fc9b9cc9..139ef1c4532 100644 --- a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state +++ b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "e8e191683d6dfdf9b336e7b70932841c", + "specHash": "1a921a530f820efa033dc420e6e40c95", "generatedFiles": { "files": [ { @@ -5880,7 +5880,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/EnterpriseAdmin.php", - "hash": "130042383c5aa05a52281022e90e3279" + "hash": "dc666d3a4680b3db77348bac1f3f48ca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Actions.php", @@ -33472,7 +33472,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/AddSubIssue\/Request\/ApplicationJson.php", - "hash": "27d4f7d7d669d46321575027e409efc6" + "hash": "3f52e6212540ed56857ae415ee3c7bac" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/ReprioritizeSubIssue\/Request\/ApplicationJson.php", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php b/clients/GitHubEnterpriseCloud/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php index 54b96095b84..c1352c82b9c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php +++ b/clients/GitHubEnterpriseCloud/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/GitHubEnterpriseCloud/current.spec.yaml b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml index f28ee27f92c..3591e1398cf 100644 --- a/etc/specs/GitHubEnterpriseCloud/current.spec.yaml +++ b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml @@ -41241,7 +41241,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