Копировать таблицу
Request
POST
https://api.wiki.yandex.net/v1/grids/{idx}/clone
Path parameters
|
Name |
Description |
|
idx* |
Type: string<uuid4> |
Body
application/json
{
"target": "string",
"title": "string",
"with_data": false
}
|
Name |
Description |
|
target* |
Type: string slug страницы, на которую нужно скопировать таблицу. Если страницы нет, она будет создана. |
|
title |
Type: string Если передан, название после копирования. Min length: Max length: |
|
with_data |
Type: boolean Default: |
Responses
200 OK
OK
Body
application/json
{
"operation": {
"type": "test",
"id": "string"
},
"dry_run": false,
"status_url": "URL по которому вернется прогресс операции"
}
|
Name |
Description |
|
operation* |
Type: OperationIdentity |
|
dry_run |
Type: boolean Default: |
|
status_url |
Type: string Default: |
OperationIdentity
|
Name |
Description |
|
id* |
Type: string |
|
type* |
Type: OperationType An enumeration. Enum: |
OperationType
An enumeration.
|
Type |
Description |
|
Enum: |
No longer supported, please use an alternative and newer version.