Nuix · Schema

TagRequest

Schema for TagRequest in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
query string The query to use to find matching items to tag.
tag string The name of the tag to apply or create.
View JSON Schema on GitHub

JSON Schema

nuix-rest-tagrequest.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-tagrequest.json",
  "title": "TagRequest",
  "description": "Schema for TagRequest in Nuix REST API",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The query to use to find matching items to tag."
    },
    "tag": {
      "type": "string",
      "description": "The name of the tag to apply or create."
    }
  }
}