Обновить таблицу

Request

POST

https://api.wiki.yandex.net/v1/grids/{idx}

Path parameters

Name

Description

idx

Type: string<uuid4>

Example: ``

Body

application/json
{
  "revision": "example",
  "title": "example",
  "default_sort": [
    {}
  ]
}

Name

Description

default_sort

Type: object[]

[additional]

Type: SortDirection

An enumeration.

Enum: asc, desc

Example
[
  {}
]

revision

Type: string

Example: example

title

Type: string

Min length: 1

Max length: 255

Example: example

SortDirection

An enumeration.

Type: string

Enum: asc, desc

Responses

200 OK

OK

Body

application/json
{
  "revision": "example"
}

Name

Description

revision

Type: string

Example: example

No longer supported, please use an alternative and newer version.