Mark dashboards as exportable
Dashboard Sync (.ucf)
Mark Dashboards Exportable
Marks one or more dashboards (global or tenant-scoped) as exportable so they are included in the UCF dashboard export. Requires an Upsolve admin API key.
POST
Mark dashboards as exportable
Documentation Index
Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
apiKey MUST be supplied within the request body instead of query
Body
application/json
POST /v1/api/ucf/dashboards/set-exportable Request body
IDs of dashboards to mark exportable / non-exportable
Minimum array length:
1Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Whether the listed dashboards should be included in exports
Upsolve API key, generated in the Deploy tab of the Upsolve Hub.
Minimum string length:
1Example:
"up_admin_************"
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$