POST
/
v1
/
projects
/
{project}
/
releases:check
{
  "results": [
    {
      "file": "<string>",
      "target": "<string>",
      "advices": [
        {
          "status": "STATUS_UNSPECIFIED",
          "code": 123,
          "title": "<string>",
          "content": "<string>",
          "startPosition": {
            "line": 123,
            "column": 123
          },
          "endPosition": {
            "line": 123,
            "column": 123
          }
        }
      ],
      "affectedRows": 123,
      "riskLevel": "RISK_LEVEL_UNSPECIFIED"
    }
  ],
  "affectedRows": 123,
  "riskLevel": "RISK_LEVEL_UNSPECIFIED"
}

Path Parameters

project
string
required

The project id.

Body

application/json

Response

200
application/json

OK

The response is of type object.