Patch Specialized Tile
Generic endpoint to patch any specialized tile type.
The tile_type parameter determines which specialized tile type to update. Valid values are: Table, Plot, View, Editor
For Table tiles, valid specialized fields include: table_type, column_context, page_number, column_order, hidden_columns, sorting, grouping, group_sorting, columns_pin_left, columns_pin_right, selected
For Plot tiles, valid specialized fields include: plot_type, plot_scale_x, plot_scale_y, plot_aggregate, x_axis, y_axis, plot_group_by, plot_group_by_colors, bin_count, regression_line
For View tiles, valid specialized fields include: base_index
For Editor tiles, valid specialized fields include: file_path, file_type, content
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Type of tile to patch (Table, Plot, View, Editor)
Body
Type of tile to patch (Table, Plot, View, Editor)