Переместить столбцы
Request
POST
https://api.wiki.yandex.net/v1/grids/{idx}/columns/move
Path parameters
|
Name |
Description |
|
idx* |
Type: string<uuid4> |
Body
application/json
{
"revision": "string",
"position": 0,
"column_slug": "string",
"columns_count": 0
}
|
Name |
Description |
|
column_slug* |
Type: string |
|
position* |
Type: integer |
|
columns_count |
Type: integer |
|
revision |
Type: string |
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