Skip to main content
POST
Create or update a brand term.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

project_uuid
string<uuid>
required
asset_uuid
string<uuid>
required

Body

application/json
term
string
required

Whitespace is collapsed before storage; at least two non-whitespace characters are required.

Required string length: 2 - 128
Pattern: \S.*\S
first_seen_at
string<date-time> | null
last_seen_at
string<date-time> | null
metadata
object | null
source_kind
enum<string>
Available options:
manual,
auto_discovered,
import,
api,
integration
source_ref
string | null
Maximum string length: 512

Response

Brand term created or updated.

term
object
required