Skip to content

Commit e0eae5b

Browse files
committed
fix: tag hubs endpoints as beta (box/box-openapi#532)
1 parent a450f8c commit e0eae5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "8a2df34", "specHash": "bf48b24", "version": "1.10.0" }
1+
{ "engineHash": "8a2df34", "specHash": "83a5340", "version": "1.10.0" }

Box.Sdk.Gen/Managers/Hubs/GetEnterpriseHubsV2025R0QueryParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class GetEnterpriseHubsV2025R0QueryParams {
1313
public string? Query { get; init; }
1414

1515
/// <summary>
16-
/// The field to sort results by.
16+
/// The field to sort results by.
1717
/// Possible values include `name`, `updated_at`,
1818
/// `last_accessed_at`, `view_count`, and `relevance`.
1919
/// Default is `relevance`.

0 commit comments

Comments
 (0)