Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex DataLens
  • DataLens neuroanalyst
  • DataLens Gallery
    • How to use the Public API
      • Overview
      • createCollection
      • deleteCollection
      • deleteCollections
      • getCollectionBreadcrumbs
      • getCollection
      • getCollectionContent
      • getRootCollectionPermissions
      • moveCollection
      • moveCollections
      • updateCollection
      • getConnection
      • createConnection
      • updateConnection
      • deleteConnection
      • getDashboard
      • createDashboard
      • updateDashboard
      • deleteDashboard
      • getDataset
      • createDataset
      • updateDataset
      • deleteDataset
      • validateDataset
      • getEntriesRelations
      • getEntries
      • getQLChart
      • deleteQLChart
      • updateQLChart
      • createQLChart
      • getWizardChart
      • deleteWizardChart
      • updateWizardChart
      • createWizardChart
      • createWorkbook
      • deleteWorkbook
      • deleteWorkbooks
      • getWorkbook
      • getWorkbooksList
      • moveWorkbook
      • moveWorkbooks
      • updateWorkbook
      • getWorkbookEntries
      • getEditorChart
      • deleteEditorChart
      • createEditorChart
      • updateEditorChart
      • createEmbed
      • listEmbeds
      • deleteEmbed
      • updateEmbed
      • getEntriesPermissions
      • createEmbeddingSecret
      • listEmbeddingSecrets
      • deleteEmbeddingSecret
      • getEmbeddingSecret
      • getAuditEntriesUpdates
      • updateCollectionAccessBindings
      • createFolder
      • listDirectory
      • updateWorkbookAccessBindings
  • Audit Trails events

In this article:

  • HTTP request
  • Body parameters
  • UpdateEditorTableNodeEntry
  • Annotation
  • Data
  • UpdateEditorGravityChartsNodeEntry
  • UpdateEditorMarkdownNodeEntry
  • Data
  • UpdateEditorAdvancedChartNodeEntry
  • UpdateEditorSelectorNodeEntry
  • Data
  • Response
  • EditorTableNode
  • Data
  • EditorGravityChartsNode
  • EditorMarkdownNode
  • Data
  • EditorAdvancedChartNode
  • EditorSelectorNode
  • Data
  1. DataLens Public API
  2. DataLens API
  3. updateEditorChart

DataLens API: 🚧 [Experimental] Update editor chart

Written by
Yandex Cloud
Updated at March 16, 2026
  • HTTP request
  • Body parameters
  • UpdateEditorTableNodeEntry
  • Annotation
  • Data
  • UpdateEditorGravityChartsNodeEntry
  • UpdateEditorMarkdownNodeEntry
  • Data
  • UpdateEditorAdvancedChartNodeEntry
  • UpdateEditorSelectorNodeEntry
  • Data
  • Response
  • EditorTableNode
  • Data
  • EditorGravityChartsNode
  • EditorMarkdownNode
  • Data
  • EditorAdvancedChartNode
  • EditorSelectorNode
  • Data

Updates the specified Editor chart.

HTTP requestHTTP request

POST https://api.datalens.tech/rpc/updateEditorChart

Body parametersBody parameters

Request schema: application/json

{
  "mode": "string",
  "entry": "unknown"
}

Field

Description

mode

enum

Required field.

  • save
  • publish

entry

One of UpdateEditorTableNodeEntry | UpdateEditorGravityChartsNodeEntry | UpdateEditorMarkdownNodeEntry | UpdateEditorAdvancedChartNodeEntry | UpdateEditorSelectorNodeEntry

UpdateEditorTableNodeEntryUpdateEditorTableNodeEntry

Field

Description

entryId

string

Required field. Unique identifier of the entry.

revId

string

Version ID for the Editor chart.

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

type

enum

Required field. For Table Editor charts takes value:

  • table_node

data

Data

Required field. Chart data.

AnnotationAnnotation

Field

Description

description

string

Required field. Description of annotation.

DataData

Field

Description

meta

string

Required field. Configuration from the Meta tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

UpdateEditorGravityChartsNodeEntryUpdateEditorGravityChartsNodeEntry

Field

Description

entryId

string

Required field. Unique identifier of the entry.

revId

string

Version ID for the Editor chart.

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

type

enum

Required field. For D3 Editor charts takes value:

  • d3_node

data

Data

Required field. Chart data.

UpdateEditorMarkdownNodeEntryUpdateEditorMarkdownNodeEntry

Field

Description

entryId

string

Required field. Unique identifier of the entry.

revId

string

Version ID for the Editor chart.

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

type

enum

Required field. For Markdown Editor charts takes value:

  • markdown_node

data

Data

Required field. Chart data.

DataData

Field

Description

meta

string

Required field. Configuration from the Meta tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

UpdateEditorAdvancedChartNodeEntryUpdateEditorAdvancedChartNodeEntry

Field

Description

entryId

string

Required field. Unique identifier of the entry.

revId

string

Version ID for the Editor chart.

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

type

enum

Required field. For Advanced Editor charts takes value:

  • advanced-chart_node

data

Data

Required field. Chart data.

UpdateEditorSelectorNodeEntryUpdateEditorSelectorNodeEntry

Field

Description

entryId

string

Required field. Unique identifier of the entry.

revId

string

Version ID for the Editor chart.

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

type

enum

Required field. For Editor JS selectors takes value:

  • control_node

data

Data

Required field. Chart data.

DataData

Field

Description

meta

string

Required field. Configuration from the Meta tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

controls

string

Required field. Configuration from the Controls tab.

ResponseResponse

HTTP Code: 200

Response

Response schema: application/json

{
  "entry": "unknown"
}

Field

Description

entry

One of EditorTableNode | EditorGravityChartsNode | EditorMarkdownNode | EditorAdvancedChartNode | EditorSelectorNode

EditorTableNodeEditorTableNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Table Editor charts takes value:

  • table_node

data

Data

Required field. Chart data.

DataData

Field

Description

meta

string

Required field. Configuration from the Meta tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

EditorGravityChartsNodeEditorGravityChartsNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For D3 Editor charts takes value:

  • d3_node

data

Data

Required field. Chart data.

EditorMarkdownNodeEditorMarkdownNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Markdown Editor charts takes value:

  • markdown_node

data

Data

Required field. Chart data.

DataData

Field

Description

meta

string

Required field. Configuration from the Meta tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

EditorAdvancedChartNodeEditorAdvancedChartNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Advanced Editor charts takes value:

  • advanced-chart_node

data

Data

Required field. Chart data.

EditorSelectorNodeEditorSelectorNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor JS selectors takes value:

  • control_node

data

Data

Required field. Chart data.

DataData

Field

Description

meta

string

Required field. Configuration from the Meta tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

controls

string

Required field. Configuration from the Controls tab.

Was the article helpful?

Previous
createEditorChart
Next
createEmbed
© 2026 Direct Cursus Technology L.L.C.