Переместить строки
Request
POST
https://api.wiki.yandex.net/v1/grids/{idx}/rows/move
Path parameters
|
Name |
Description |
|
idx* |
Type: string<uuid4> |
Body
application/json
{
"revision": "string",
"position": 0,
"after_row_id": "string",
"row_id": "string",
"rows_count": 0
}
|
Name |
Description |
|
row_id* |
Type: string |
|
after_row_id |
Type: string |
|
position |
Type: integer |
|
revision |
Type: string |
|
rows_count |
Type: integer |
Responses
200 OK
OK
Body
application/json
{
"revision": "string"
}
|
Name |
Description |
|
revision |
Type: string |
No longer supported, please use an alternative and newer version.
Was the article helpful?
Previous