POST /2.0/hubs/{hub_id}/copy endpoint with the source hub ID and optional new title and description. The original hub is not modified.
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 Hub 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. |
