Skip to main content
PUT
/
api
/
dashboards
/
{organizationSlug}
/
{slug}
Update dashboard
curl --request PUT \
  --url https://platform.kodexa.ai/api/dashboards/{organizationSlug}/{slug} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

organizationSlug
string
required

URL-safe slug of the organization.

slug
string
required

URL-safe slug of the dashboard.

Body

application/json

The body is of type object.

Response

Updated dashboard

The response is of type object.