To create a copy of an existing Box Hub, call the endpoint with the source hub ID and optional new title and description. The original hub is not modified.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.
Copy hub
HUB_ID with the source hub ID. Request body fields are optional. If you omit the title parameter, the API uses a default one. A successful response returns the new object.
Request body fields
| Field | Type | Required | Description |
|---|---|---|---|
title | string | No | Title for the new hub. Maximum length is 50 characters. |
description | string | No | Description for the new hub. |
