Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed partial class CreateConnectorRequestDataTypeOauth
public string? ClientSecret { get; set; }

/// <summary>
/// Default Value: client_secret_post
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("tokenEndpointAuthMethod")]
public string? TokenEndpointAuthMethod { get; set; }
Expand Down Expand Up @@ -108,9 +108,7 @@ public sealed partial class CreateConnectorRequestDataTypeOauth
/// Default Value: {}
/// </param>
/// <param name="clientSecret"></param>
/// <param name="tokenEndpointAuthMethod">
/// Default Value: client_secret_post
/// </param>
/// <param name="tokenEndpointAuthMethod"></param>
/// <param name="responseType"></param>
/// <param name="pkceRequired"></param>
/// <param name="codeChallengeMethod"></param>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Vercel
public sealed partial class TeamLimited
{
/// <summary>
/// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having 2FA enforced and the user not having 2FA configured. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges.
/// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("limited")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -95,7 +95,7 @@ public sealed partial class TeamLimited
/// Initializes a new instance of the <see cref="TeamLimited" /> class.
/// </summary>
/// <param name="limited">
/// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having 2FA enforced and the user not having 2FA configured. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges.
/// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges.
/// </param>
/// <param name="limitedBy"></param>
/// <param name="id">
Expand Down
5 changes: 2 additions & 3 deletions src/libs/Vercel/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12168,8 +12168,7 @@
"type": "string"
},
"tokenEndpointAuthMethod": {
"type": "string",
"default": "client_secret_post"
"type": "string"
},
"responseType": {
"type": "string"
Expand Down Expand Up @@ -193583,7 +193582,7 @@
"enum": [
true
],
"description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having 2FA enforced and the user not having 2FA configured. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges."
"description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges."
},
"limitedBy": {
"items": {
Expand Down