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

Path Parameters

reviewConfig
string
required

The reviewConfig id.

Query Parameters

updateMask
string

The list of fields to update.

allowMissing
boolean

If set to true, and the config is not found, a new config will be created. In this situation, update_mask is ignored.

Body

application/json

Response

200
application/json

OK

The response is of type object.