Skip to main content
POST
Merge catalog

Authorizations

Authorization
string
header
required

Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

Pattern: ^ws_[a-z0-9]+$
catalogId
string
required

Body

application/json
source_catalog_id
string
required

ID of the catalog to merge from

conflict_resolution
enum<string>
default:skip
Available options:
keep_existing,
overwrite,
skip

Response

Catalogs merged successfully

The response is of type object.

Last modified on February 16, 2026