Skip to main content
PATCH
Update a dashboard tab

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format: Bearer <basedash_api_key>

Path Parameters

orgId
string
required

Organization ID

dashboardId
string
required

Dashboard ID

tabId
string
required

Dashboard tab ID

Body

application/json
name
string

Name of the tab

Minimum string length: 1
order
number

Sort order of the tab within the dashboard. Defaults to placing the tab last.

Response

Dashboard tab updated successfully

data
object
required