DataLens API: 🚧 [Experimental] Update wizard chart
Статья создана
Обновлена 16 марта 2026 г.
HTTP request
POST https://api.datalens.tech/rpc/updateWizardChart
Body parameters
Request schema: application/json
{
"entryId": "string",
"template": "string",
"annotation": {
"description": "string"
},
"mode": "string",
"data": {
"string": "unknown"
}
}
|
Field |
Description |
|
entryId |
string Required field. |
|
template |
enum Required field.
|
|
annotation |
Required field. |
|
mode |
enum Required field.
|
|
data |
object (map<string, unknown>) Required field. |
Annotation
|
Field |
Description |
|
description |
string Required field. |
Response
HTTP Code: 200
Response
Response schema: application/json
{}
|
Field |
Description |
|
Empty |
|