v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
clickhouse

Saved Sql Queries List Partial Update

PATCH handler with superadmin lock and field protection.

Checks:

  1. Object lock (is_managed=True -> non-superadmins can't modify)
  2. Field protection (non-superadmins can't modify specific fields)
patch/clickhouse/saved-sql-queries/list/

Headers

Authorizationstring required

JWT access token or Respan API key

Request body

namestring
descriptionstring
querystring
source'sql_editor' | 'dashboard_custom_chart'
  • sql_editor - SQL editor
  • dashboard_custom_chart - Dashboard custom chart

Response

idstring required
namestring required
descriptionstring
querystring required
source'sql_editor' | 'dashboard_custom_chart'
  • sql_editor - SQL editor
  • dashboard_custom_chart - Dashboard custom chart
projectstring required
created_atstring date-time required
updated_atstring date-time required