Nuix · Example Payload

Nuix Rest Cases Caseid Tags Patch Rename Tags.Json

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Nuix Rest Cases Caseid Tags Patch Rename Tags.Json is an example object payload from Nuix, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

value

Example Payload

Raw ↑
{
  "value": {
    "operationType": "RENAME",
    "tagList": [
      "MyFirstCaseTag"
    ],
    "renameMap": {
      "MyFirstCaseTag": "MyNewCaseTag"
    }
  }
}