Nuix · Schema

ConfigurationChangeResponse

Schema for ConfigurationChangeResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
message string A message describing the result of the operation.
status string The status result of the operation.
View JSON Schema on GitHub

JSON Schema

nuix-rest-configurationchangeresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-configurationchangeresponse.json",
  "title": "ConfigurationChangeResponse",
  "description": "Schema for ConfigurationChangeResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "A message describing the result of the operation."
    },
    "status": {
      "type": "string",
      "description": "The status result of the operation.",
      "enum": [
        "PERSISTENT",
        "TRANSIENT",
        "FAILED"
      ]
    }
  }
}