简体中文
Duplicate a node for a base
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/base/{baseId}/node/{nodeId}/duplicate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "includeRecords": true } '
{ "id": "<string>", "parentId": "<string>", "resourceId": "<string>", "order": 123, "resourceType": "table", "resourceMeta": { "name": "<string>", "icon": "<string>", "defaultViewId": "<string>" }, "parent": { "id": "<string>" }, "children": [ { "id": "<string>", "order": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Duplicated node
table
显示 子属性
此页面对您有帮助吗?