To update an existing Box Hub, call the endpoint with the hub ID and the fields you want to change. You can update the title, description, AI settings, and collaboration restrictions.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Update hub
HUB_ID with the actual hub ID. Request body fields are optional. Include only the fields you want to update.
Request body fields
| Field | Type | Required | Description |
|---|---|---|---|
title | string | No | Title of the Box Hub. Maximum length is 50 characters. |
description | string | No | Description of the Box Hub. |
is_ai_enabled | boolean | No | Whether AI features are enabled for the hub. |
is_collaboration_restricted_to_enterprise | boolean | No | Whether collaboration is restricted to the enterprise. |
