PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
sqlRunner
/
saved
/
{uuid}
{
  "results": {
    "savedSqlVersionUuid": "<string>",
    "savedSqlUuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

the uuid for the project

uuid
string
required

the uuid for the saved sql chart

Body

application/json

the sql chart details to update

Response

200
application/json

Success

The response is of type object.