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
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 under Account → Developer settings in the Upsolve Hub. Keys are user-scoped: pass organizationId alongside the key to select which org to act on.
Minimum string length:
1Example:
"up_embed_************"
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})$