POST
/
api
/
v1
/
projects
/
{projectUuid}
/
validate
{
  "results": {
    "jobId": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

the projectId for the validation

Body

application/json
the compiled explores to validate against an existing project, this is used in the CLI to validate a project without creating a preview

the compiled explores to validate against an existing project, this is used in the CLI to validate a project without creating a preview

validationTargets
enum<string>[]
Available options:
charts,
dashboards,
tables
explores
any[]

Response

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok