/
GA
galileo
/
Galileo API Server
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.1.0
2026-08-01
968
1,101
2.0 MB
custom_dashboards
Create Section
post
/custom_dashboards/{dashboard_id}/sections
Path parameters
dashboard_id
string
uuid4
required
Request body
CustomDashboardSectionCreateRequest
required
Request to create a section on a custom dashboard.
name
string
required
description
string
nullable
color
string
nullable
Response
Successful Response
CustomDashboardSectionResponse
required
id
string
uuid4
required
name
string
required
description
string
nullable
color
string
nullable
widgets
CustomDashboardWidgetResponse[]