Error
A valid request URL is required to generate request examples{
"results": {
"warnings": {
"exploresWithWarnings": [
{
"name": "<string>",
"warnings": "<unknown>"
}
],
"warningExploreCount": 123,
"warningCount": 123
},
"exploreCount": 123,
"status": "uploading"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Project
Finalize deploy
Finalize a deploy session and commit all staged explores to the project
POST
/
api
/
v2
/
projects
/
{projectUuid}
/
deploy
/
{sessionUuid}
/
finalize
Error
A valid request URL is required to generate request examples{
"results": {
"warnings": {
"exploresWithWarnings": [
{
"name": "<string>",
"warnings": "<unknown>"
}
],
"warningExploreCount": 123,
"warningCount": 123
},
"exploreCount": 123,
"status": "uploading"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?