Skip to main content
GET
/
v1
/
reviewConfigs
{
  "reviewConfigs": [
    {
      "name": "<string>",
      "title": "<string>",
      "enabled": true,
      "rules": [
        {
          "type": "<string>",
          "level": "LEVEL_UNSPECIFIED",
          "payload": "<string>",
          "engine": "ENGINE_UNSPECIFIED",
          "comment": "<string>"
        }
      ],
      "resources": [
        "<string>"
      ]
    }
  ]
}

Response

OK

reviewConfigs
object[]

The SQL review configs from the specified request.