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

Body

application/json

Response

200
application/json

OK

The response is of type object.