Удалить столбцы
Request
DELETE
https://api.wiki.yandex.net/v1/grids/{idx}/columns
Path parameters
|
Name |
Description |
|
idx |
Type: string<uuid4> Example: `` |
Body
application/json
{
"revision": "example",
"column_slugs": [
"example"
]
}
|
Name |
Description |
|
column_slugs |
Type: string[] Example
|
|
revision |
Type: string Example: |
Responses
200 OK
OK
Body
application/json
{
"revision": "example"
}
|
Name |
Description |
|
revision |
Type: string Example: |
No longer supported, please use an alternative and newer version.
Was the article helpful?
Previous
Next