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 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 - application/json

Returns information about a successfully duplicated project.

id
string
必填
name
string
必填
spaceId
string
必填
最后修改于 2026年9月15日