Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 15e7541 commit 05d6123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/libs/DeepInfra/Generated/DeepInfra.Models.Me.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public sealed partial class Me
public string? TeamDisplayName { get; set; }

/// <summary>
/// Default Value: false
/// Default Value: true
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("is_team_upgrade_enabled")]
public bool? IsTeamUpgradeEnabled { get; set; }
Expand Down Expand Up @@ -152,7 +152,7 @@ public sealed partial class Me
/// <param name="teamRole"></param>
/// <param name="teamDisplayName"></param>
/// <param name="isTeamUpgradeEnabled">
/// Default Value: false
/// Default Value: true
/// </param>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public Me(
Expand Down
2 changes: 1 addition & 1 deletion src/libs/DeepInfra/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4001,7 +4001,7 @@ components:
is_team_upgrade_enabled:
title: Is Team Upgrade Enabled
type: boolean
default: false
default: true
MeIn:
title: MeIn
type: object
Expand Down

0 comments on commit 05d6123

Please sign in to comment.