Skip to content

Commit 863f6bc

Browse files
committed
New updates to generated code
1 parent f77553c commit 863f6bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/GitHub/Repos/Item/Item/Issues/Item/WithIssue_numberItemRequestBuilder.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public WithIssue_numberItemRequestBuilder(string rawUrl, IRequestAdapter request
102102
return await RequestAdapter.SendAsync<global::GitHub.Models.Issue>(requestInfo, global::GitHub.Models.Issue.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
103103
}
104104
/// <summary>
105-
/// Issue owners and users with push access can edit an issue.This endpoint supports the following custom media types. For more information, see &quot;[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).&quot;- **`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`.- **`application/vnd.github.html+json`**: Returns HTML rendered from the body&apos;s markdown. Response will include `body_html`.- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
105+
/// 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 &quot;[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).&quot;- **`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`.- **`application/vnd.github.html+json`**: Returns HTML rendered from the body&apos;s markdown. Response will include `body_html`.- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
106106
/// API method documentation <see href="https://docs.github.com/rest/issues/issues#update-an-issue" />
107107
/// </summary>
108108
/// <returns>A <see cref="global::GitHub.Models.Issue"/></returns>
@@ -155,7 +155,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<De
155155
return requestInfo;
156156
}
157157
/// <summary>
158-
/// Issue owners and users with push access can edit an issue.This endpoint supports the following custom media types. For more information, see &quot;[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).&quot;- **`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`.- **`application/vnd.github.html+json`**: Returns HTML rendered from the body&apos;s markdown. Response will include `body_html`.- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
158+
/// 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 &quot;[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).&quot;- **`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`.- **`application/vnd.github.html+json`**: Returns HTML rendered from the body&apos;s markdown. Response will include `body_html`.- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
159159
/// </summary>
160160
/// <returns>A <see cref="RequestInformation"/></returns>
161161
/// <param name="body">The request body</param>

src/GitHub/kiota-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "66C48296D32F2DF7B89235D036841D14E635F5F8D2617BD66FD09D9814A17B81ADD1E1B95EA6C8A8521D0C42FBB5B557F8B1A0A7413EB39A465FC4487E3EE5D1",
2+
"descriptionHash": "6D6707352559D66F205993CC48D594156D55EFB35A56C118DEA259E403B11A1CC8239DC18809BA5616176AEC54471E2525FC88993B1CDF9CC641762785A4D523",
33
"descriptionLocation": "../../../../../schemas/api.github.com.json",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.18.0",

0 commit comments

Comments
 (0)