Skip to content

Commit

Permalink
fix: Fix type of additionalProperties in metadata query (box/box-open…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Oct 31, 2024
1 parent 068b1f7 commit 1548622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "0a79fc3", "specHash": "90cf4e4", "version": "1.3.1" }
{ "engineHash": "0a79fc3", "specHash": "9d452cf", "version": "1.3.1" }
2 changes: 1 addition & 1 deletion Box.Sdk.Gen/Schemas/MetadataQuery/MetadataQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class MetadataQuery : ISerializable {
/// the type of the corresponding metadata template field.
/// </summary>
[JsonPropertyName("query_params")]
public Dictionary<string, string>? QueryParams { get; init; }
public Dictionary<string, object>? QueryParams { get; init; }

/// <summary>
/// The ID of the folder that you are restricting the query to. A
Expand Down

0 comments on commit 1548622

Please sign in to comment.