DataLens API: 🚧 [Experimental] Update Editor chart
- HTTP request
- Body parameters
- UpdateEditorTableNodeEntry
- Annotation
- Data
- UpdateEditorGravityChartsNodeEntry
- UpdateEditorMarkdownNodeEntry
- Data
- UpdateEditorSelectorNodeEntry
- Data
- UpdateEditorAdvancedChartNodeEntry
- UpdateEditorHighchartsNodeEntry
- Data
- UpdateEditorYagrNodeEntry
- UpdateEditorMetricNodeEntry
- Data
- UpdateEditorMarkupNodeEntry
- UpdateEditorYaMapsNodeEntry
- Data
- UpdateEditorModuleEntry
- Data
- Response
- EditorTableNode
- Data
- EditorGravityChartsNode
- EditorMarkdownNode
- Data
- EditorSelectorNode
- Data
- EditorAdvancedChartNode
- EditorHighchartsNode
- Data
- EditorYagrNode
- EditorMetricNode
- Data
- EditorMarkupNode
- EditorYaMapsNode
- Data
- EditorModule
- Data
- EditorLegacyGraph
- EditorLegacyTable
- EditorLegacyMap
- EditorLegacyManager
- EditorLegacyText
- EditorLegacyMetric
HTTP request
Updates the specified Editor chart.
POST https://api.datalens.yandex.net/rpc/updateEditorChart
Body parameters
Request schema: application/json
{
"mode": "string",
"entry": "unknown"
}
|
Field |
Description |
|
mode |
enum Required field.
|
|
entry |
Type of the Editor chart. One of UpdateEditorTableNodeEntry | UpdateEditorGravityChartsNodeEntry | UpdateEditorMarkdownNodeEntry | UpdateEditorSelectorNodeEntry | UpdateEditorAdvancedChartNodeEntry | UpdateEditorHighchartsNodeEntry | UpdateEditorYagrNodeEntry | UpdateEditorMetricNodeEntry | UpdateEditorMarkupNodeEntry | UpdateEditorYaMapsNodeEntry | UpdateEditorModuleEntry |
UpdateEditorTableNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Table Editor charts takes value:
|
|
data |
Required field. Chart data. |
Annotation
|
Field |
Description |
|
description |
string Required field. Description of annotation. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
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. |
UpdateEditorGravityChartsNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For D3 Editor charts takes value:
|
|
data |
Required field. Chart data. |
UpdateEditorMarkdownNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Markdown Editor charts takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
controls |
string Required field. Configuration from the Controls tab. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
UpdateEditorSelectorNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Editor JS selectors takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
controls |
string Required field. Configuration from the Controls tab. |
UpdateEditorAdvancedChartNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Advanced Editor charts takes value:
|
|
data |
Required field. Chart data. |
UpdateEditorHighchartsNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Editor Highcharts takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
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. |
|
graph |
string Required field. Configuration from the library tab (e.g. Highcharts, Yagr, Gravity UI). |
UpdateEditorYagrNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Editor Yagr charts takes value:
|
|
data |
Required field. Chart data. |
UpdateEditorMetricNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Editor Metric charts takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
|
config |
string Required field. Configuration from the Config tab. |
UpdateEditorMarkupNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Editor Markup charts takes value:
|
|
data |
Required field. Chart data. |
UpdateEditorYaMapsNodeEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Editor Yandex Map charts takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
ymap |
string Required field. Configuration from the Ymap tab. |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
|
secrets |
string Secrets configuration. |
UpdateEditorModuleEntry
|
Field |
Description |
|
entryId |
string Required field. Unique identifier of the entry. |
|
revId |
string Required field. Version ID for the Editor chart. |
|
meta |
object (map<string, unknown>) Metadata associated with the entry. |
|
links |
object (map<string, string>) Link information. |
|
annotation |
Required field. Annotation information. |
|
type |
enum Required field. For Editor Modules takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
documentation_en |
string Documentation from the Doc En tab. |
|
documentation_ru |
string Documentation from the Doc Ru tab. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
Response
HTTP Code: 200
Response
Response schema: application/json
{
"entry": "unknown"
}
|
Field |
Description |
|
entry |
Type of the Editor chart. One of EditorTableNode | EditorGravityChartsNode | EditorMarkdownNode | EditorSelectorNode | EditorAdvancedChartNode | EditorHighchartsNode | EditorYagrNode | EditorMetricNode | EditorMarkupNode | EditorYaMapsNode | EditorModule | EditorLegacyGraph | EditorLegacyTable | EditorLegacyMap | EditorLegacyManager | EditorLegacyText | EditorLegacyMetric |
EditorTableNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
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. |
EditorGravityChartsNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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:
|
|
data |
Required field. Chart data. |
EditorMarkdownNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
controls |
string Required field. Configuration from the Controls tab. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
EditorSelectorNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
controls |
string Required field. Configuration from the Controls tab. |
EditorAdvancedChartNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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:
|
|
data |
Required field. Chart data. |
EditorHighchartsNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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 Highcharts takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
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. |
|
graph |
string Required field. Configuration from the library tab (e.g. Highcharts, Yagr, Gravity UI). |
EditorYagrNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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 Yagr charts takes value:
|
|
data |
Required field. Chart data. |
EditorMetricNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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 Metric charts takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
secrets |
string Secrets configuration. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
|
config |
string Required field. Configuration from the Config tab. |
EditorMarkupNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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 Markup charts takes value:
|
|
data |
Required field. Chart data. |
EditorYaMapsNode
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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 Yandex Map charts takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
ymap |
string Required field. Configuration from the Ymap tab. |
|
shared |
string Required field. Configuration from the Shared tab. |
|
params |
string Required field. Configuration from the Params tab. |
|
sources |
string Required field. Configuration from the Sources tab. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
|
secrets |
string Secrets configuration. |
EditorModule
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
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 Modules takes value:
|
|
data |
Required field. Chart data. |
Data
|
Field |
Description |
|
documentation_en |
string Documentation from the Doc En tab. |
|
documentation_ru |
string Documentation from the Doc Ru tab. |
|
prepare |
string Required field. Configuration from the Prepare tab. |
EditorLegacyGraph
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
meta |
object | null Required field. Metadata associated with the entry. |
|
links |
object | null Link information. |
|
annotation |
object | null Annotation information. |
|
type |
enum Required field.
|
|
data |
object (map<string, string>) Required field. Chart data. |
EditorLegacyTable
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
meta |
object | null Required field. Metadata associated with the entry. |
|
links |
object | null Link information. |
|
annotation |
object | null Annotation information. |
|
type |
enum Required field.
|
|
data |
object (map<string, string>) Required field. Chart data. |
EditorLegacyMap
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
meta |
object | null Required field. Metadata associated with the entry. |
|
links |
object | null Link information. |
|
annotation |
object | null Annotation information. |
|
type |
enum Required field.
|
|
data |
object (map<string, string>) Required field. Chart data. |
EditorLegacyManager
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
meta |
object | null Required field. Metadata associated with the entry. |
|
links |
object | null Link information. |
|
annotation |
object | null Annotation information. |
|
type |
enum Required field.
|
|
data |
object (map<string, string>) Required field. Chart data. |
EditorLegacyText
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
meta |
object | null Required field. Metadata associated with the entry. |
|
links |
object | null Link information. |
|
annotation |
object | null Annotation information. |
|
type |
enum Required field.
|
|
data |
object (map<string, string>) Required field. Chart data. |
EditorLegacyMetric
|
Field |
Description |
|
version |
enum Required field. Editor version. Аvailable values:
|
|
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:
|
|
meta |
object | null Required field. Metadata associated with the entry. |
|
links |
object | null Link information. |
|
annotation |
object | null Annotation information. |
|
type |
enum Required field.
|
|
data |
object (map<string, string>) Required field. Chart data. |