v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Sensitive Data Scanner

Update Scanning Group

Update a group, including the order of the rules. Rules within the group are reordered by including a rules relationship. If the rules relationship is present, its data section MUST contain linkages for all of the rules currently in the group, and MUST NOT contain any others.

patch/api/v2/sensitive-data-scanner/config/groups/{group_id}

Path parameters

group_idstring required

The ID of a group of rules.

Request body

Example request

{
  "data": {
    "attributes": {
      "samplings": [
        {
          "rate": 100
        }
      ]
    },
    "relationships": {
      "configuration": {
        "data": {
          "type": "sensitive_data_scanner_configuration"
        }
      },
      "rules": {
        "data": [
          {
            "type": "sensitive_data_scanner_rule"
          }
        ]
      }
    },
    "type": "sensitive_data_scanner_group"
  }
}

Response

OK