Skip to content

Commit

Permalink
remove redundant user_id (box/box-openapi#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Dec 6, 2024
1 parent 6d629d8 commit b1d3af0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5604447", "specHash": "86fde16", "version": "1.5.0" }
{ "engineHash": "5604447", "specHash": "b2a3e3b", "version": "1.5.0" }
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ public class RestoreFileFromTrashRequestBodyParentField : ISerializable {
[JsonPropertyName("id")]
public string? Id { get; init; }

/// <summary>
/// The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.
/// </summary>
[JsonPropertyName("user_id")]
public string? UserId { get; init; }

public RestoreFileFromTrashRequestBodyParentField() {

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ public class RestoreFolderFromTrashRequestBodyParentField : ISerializable {
[JsonPropertyName("id")]
public string? Id { get; init; }

/// <summary>
/// The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.
/// </summary>
[JsonPropertyName("user_id")]
public string? UserId { get; init; }

public RestoreFolderFromTrashRequestBodyParentField() {

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ public class RestoreWeblinkFromTrashRequestBodyParentField : ISerializable {
[JsonPropertyName("id")]
public string? Id { get; init; }

/// <summary>
/// The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.
/// </summary>
[JsonPropertyName("user_id")]
public string? UserId { get; init; }

public RestoreWeblinkFromTrashRequestBodyParentField() {

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ public class PreflightFileUploadCheckRequestBodyParentField : ISerializable {
[JsonPropertyName("id")]
public string? Id { get; init; }

/// <summary>
/// The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.
/// </summary>
[JsonPropertyName("user_id")]
public string? UserId { get; init; }

public PreflightFileUploadCheckRequestBodyParentField() {

}
Expand Down

0 comments on commit b1d3af0

Please sign in to comment.