Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wisdomai-add-trigger-agent-api.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This page describes the DashboardInput object used for creating and updating dashboards.

DashboardInput

id
String
Optional dashboard ID for update operations. Omit for creation.
name
String!
required
Display name for the dashboard.
description
String
Optional description of the dashboard’s purpose and contents.
domainId
String
Optional domain ID to associate with the dashboard.

Additional Resources

Create Dashboard

Mutation using DashboardInput

Update Dashboard

Update mutation using DashboardInput

Dashboard Object

Resulting dashboard structure