Skip to main content
POST
cURL

授权

Authorization
string
header
必填

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

请求体

application/json
fromBaseId
string
必填

The project to duplicate

spaceId
string
必填

The space to duplicate the project to

withRecords
boolean

Whether to duplicate the records

name
string

The name of the duplicated project

baseId
string
nodes
string[]

The node IDs to include in the duplication

shareId
string

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

timeZone
string

The IANA time zone to adapt date-related field options (and date filters) to during duplication. Mainly used when applying a template so dates follow the current user environment.

响应

201

SSE stream with progress events and final duplicated project.

最后修改于 2026年9月15日