From bf8a85a463653ec3929773dc5fbb0ed4288c1df0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Oct 2024 06:07:15 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs | 4 ++-- src/libs/GitHub/openapi.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs index 7dde6eb9..c97563df 100644 --- a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs +++ b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs @@ -29,7 +29,7 @@ partial void ProcessIssuesUpdateResponseContent( /// /// Update an issue
- /// Issue owners and users with push access can edit an issue.
+ /// Issue owners and users with push access or Triage role can edit an issue.
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
/// - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
/// - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
@@ -120,7 +120,7 @@ partial void ProcessIssuesUpdateResponseContent( /// /// Update an issue
- /// Issue owners and users with push access can edit an issue.
+ /// Issue owners and users with push access or Triage role can edit an issue.
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
/// - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
/// - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
diff --git a/src/libs/GitHub/openapi.yaml b/src/libs/GitHub/openapi.yaml index 851428c0..29f95228 100644 --- a/src/libs/GitHub/openapi.yaml +++ b/src/libs/GitHub/openapi.yaml @@ -31343,7 +31343,7 @@ paths: patch: summary: Update an issue description: |- - Issue owners and users with push access can edit an issue. + Issue owners and users with push access or Triage role can edit an issue. This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."