Skip to main content
PATCH
Update Property on Asset Type

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

assetTypeIdOrName
string
required

Asset type ID (UUID) or name (e.g., system.configuration)

propertyName
string
required

Property name

Body

application/json
required
boolean
display_name
string
enum
string[]

Response

Default Response

name
string
required

Property name

type
enum<string>
required

Property type

Available options:
string,
number,
integer,
boolean,
array,
secret,
totp,
file,
date,
datetime,
richtext,
richtext_large
display_name
string
required

Display name for UI

required
boolean
required

Whether this property is required

description
string

Property description

enum
(string | number | boolean)[]

Allowed values for this property

array
object

Array item configuration

file_rules
object

File validation rules

monitors
object[]

Monitors targeting this property (only present when expand=monitors)