Skip to main content
POST
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

baseId
string
обязательно

Тело

application/json
fromBaseId
string
обязательно

The base to duplicate

spaceId
string
обязательно

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.

Ответ

201 - application/json

Returns information about a successfully duplicated base.

id
string
обязательно
name
string
обязательно
spaceId
string
обязательно
Последнее изменение 4 сентября 2026 г.