Skip to content

Commit

Permalink
New updates to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Jan 9, 2025
1 parent 11bfd39 commit 6c4b1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GitHub/Repos/Item/Item/Topics/TopicsPutRequestBody.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public partial class TopicsPutRequestBody : IAdditionalDataHolder, IParsable
{
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData { get; set; }
/// <summary>An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters.</summary>
/// <summary>An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List<string>? Names { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "CAA046B031EE84873B02436E386C9F0CBD0963ADB4C6BB76C5FE2BB72A960808843E4822C39B6379BFCD7FC729A00B7DECD3AEB36B40CA647C5F402585D6B6DE",
"descriptionHash": "C4F800BC64265AB973C843FC11C824C7A7733A559F80F796A63EF62A45611869898E0D5A7721A87C0D7A8F4F40FC06203CCC2627E1EDD3EC19AA0D53B40F4600",
"descriptionLocation": "../../../../../schemas/ghec.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",
Expand Down

0 comments on commit 6c4b1e3

Please sign in to comment.