POST
/
v1
/
sql
/
check
{
  "advices": [
    {
      "status": "STATUS_UNSPECIFIED",
      "code": 123,
      "title": "<string>",
      "content": "<string>",
      "startPosition": {
        "line": 123,
        "column": 123
      },
      "endPosition": {
        "line": 123,
        "column": 123
      }
    }
  ],
  "affectedRows": 123
}

Body

application/json

Response

200
application/json

OK

The response is of type object.