Обновить ячейки

Request

POST

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

Path parameters

Name

Description

idx*

Type: string<uuid4>

Body

application/json
{
    "revision": "string",
    "cells": [
        {
            "row_id": 0,
            "column_slug": "string"
        }
    ]
}

Name

Description

cells*

Type: UpdateCellSchema[]

revision

Type: string

UpdateCellSchema

Name

Description

column_slug*

Type: string

row_id*

Type: integer

value

Type: any

Responses

200 OK

OK

Body

application/json
{
    "revision": "string",
    "cells": [
        {
            "row_id": "string",
            "column_slug": "string"
        }
    ]
}

Name

Description

cells*

Type: CellSchema[]

revision

Type: string

CellSchema

Name

Description

column_slug*

Type: string

row_id*

Type: string

value

Type: any

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