Skip to main content
POST
/
v1
/
api
/
ucf
/
dashboards
/
set-exportable
Mark dashboards as exportable
curl --request POST \
  --url 'https://api.upsolve.ai/v1/api/ucf/dashboards/set-exportable?apiKey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "up_admin_************"
}
'
{
  "status": "<string>",
  "data": {
    "updated": 4503599627370495
  }
}

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
string
query
required

apiKey MUST be supplied within the request body instead of query

Body

application/json

POST /v1/api/ucf/dashboards/set-exportable Request body

dashboardIds
string[]
required

IDs of dashboards to mark exportable / non-exportable

Minimum array length: 1
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}$
isExportable
boolean
required

Whether the listed dashboards should be included in exports

apiKey
string

Upsolve API key, generated in the Deploy tab of the Upsolve Hub.

Minimum string length: 1
Example:

"up_admin_************"

organizationId
string<uuid>
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})$

Response

POST /v1/api/ucf/dashboards/set-exportable Positive response

status
string
required
Allowed value: "success"
data
object
required