{
"name": "<string>",
"title": "<string>",
"enabled": true,
"rules": [
{
"type": "<string>",
"level": "LEVEL_UNSPECIFIED",
"payload": "<string>",
"engine": "ENGINE_UNSPECIFIED",
"comment": "<string>"
}
],
"resources": [
"<string>"
]
}
Permissions required: bb.reviewConfigs.update
{
"name": "<string>",
"title": "<string>",
"enabled": true,
"rules": [
{
"type": "<string>",
"level": "LEVEL_UNSPECIFIED",
"payload": "<string>",
"engine": "ENGINE_UNSPECIFIED",
"comment": "<string>"
}
],
"resources": [
"<string>"
]
}
The reviewConfig id.
The list of fields to update.
If set to true, and the config is not found, a new config will be created.
In this situation, update_mask
is ignored.
OK
The response is of type object
.
Was this page helpful?