Documentation Index
Fetch the complete documentation index at: https://docs.explo.co/llms.txt
Use this file to discover all available pages before exploring further.
Body
The embed id of your resource.
The type of resource you’re publishing - must be either “dashboard” or
“report”
The name of the environment you’re publishing to.
The version number of the resource that you want to publish.
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
curl --location --request POST 'https://api.explo.co/api/publish/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>'
--data-raw '{
"embed_id": "123",
"resource_type": "report",
"environment": "production",
"version_number": 15
}'