Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.

Path Parameters

id
string<uuid>
required

Dashboard the tile belongs to.

tile_id
string<uuid>
required

Tile id.

Body

application/json
chart_type
string
required
pos_h
integer<int32>
required
pos_w
integer<int32>
required
pos_x
integer<int32>
required
pos_y
integer<int32>
required
query_id
string<uuid>
required
chart_config
any
param_bindings
any
title
string

Response

The updated tile.