Skip to main content
PATCH
Update label metadata

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

labelId
string
required

The label ID to update

Body

application/json
name
string

Optional metadata updates. This request has no field for rule content; unknown JSON fields are ignored.

disabled
boolean
description
string

Optional human-facing description of the label. Does not change any version's rule content.

Response

A successful response.

label
object

Label is a first-class, referenceable label entity (V2). Labels can be policy-scoped (policy_id set) or independent (policy_id empty). Policy-scoped labels are uniquely identified by (customer_id, name, policy_id). Independent labels are uniquely identified by (customer_id, name).