Objects
Update common object properties
Update common scalar properties on any NetObj. Request body uses JSON merge-patch semantics (RFC 7396) — fields present in the body are updated, fields omitted are left untouched, and explicit null clears the field. Returns the updated object in the same shape as GET /v1/objects/{object-id}. Class-specific property groups (snmp, agent, polling, etc.) are exposed as separate sub-resources.
patch/v1/objects/{object-id}
Path parameters
object-idinteger required
Request body
Response
Object updated; full updated object returned.