Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

baseId
string
requerido

Cuerpo

application/json
fromBaseId
string
requerido

The base to duplicate

spaceId
string
requerido

The space to duplicate the base to

withRecords
boolean

Whether to duplicate the records

name
string

The name of the duplicated base

baseId
string
nodes
string[]

The node IDs to include in the duplication

shareId
string

The share ID when duplicating from a shared base. If provided, will use share permissions instead of base|update permission.

Respuesta

201 - application/json

Returns information about a successfully duplicated base.

id
string
requerido
name
string
requerido
spaceId
string
requerido
Última modificación el 4 de septiembre de 2026