POST
/
api
/
v1
/
projects
/
{projectUuid}
/
sqlRunner
/
saved
{
  "results": {
    "slug": "<string>",
    "savedSqlUuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

the uuid for the project

Body

application/json

the sql chart to create

Response

200
application/json

Success

The response is of type object.