v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machine Attribute

Update Specific Machine Attribute

Updates the details of a specific machine attribute identified by MachineID and DeviceAttributeID.

put/v1/machines/{MachineID}/attributes/{DeviceAttributeID}

Path parameters

MachineIDinteger required

The unique identifier of the machine.

DeviceAttributeIDinteger required

The unique identifier of the device attribute.

Request body

DeviceAttributeIDinteger

The unique identifier of the device attribute.

MachineIDinteger

The unique identifier of the machine associated with this attribute.

DeviceAttributeValuestring nullable

The value assigned to this device attribute.

DeviceAttributeCodeIDinteger nullable

The code identifier for this device attribute.

DeviceAttributeNamestring nullable

The name of the device attribute.

DeviceAttributeGroupstring nullable

The group or category to which this device attribute belongs.

DeviceAttributeReadOnlyBitboolean

Indicates whether the device attribute is read-only.

MachineAttributeRefstring nullable

A reference string for the machine attribute, typically used for informational purposes.

MachineRefstring nullable

A reference string for the machine, typically used for informational purposes.

Response

The machine attribute was successfully updated.

DeviceAttributeIDinteger

The unique identifier of the device attribute.

MachineIDinteger

The unique identifier of the machine associated with this attribute.

DeviceAttributeValuestring nullable

The value assigned to this device attribute.

DeviceAttributeCodeIDinteger nullable

The code identifier for this device attribute.

DeviceAttributeNamestring nullable

The name of the device attribute.

DeviceAttributeGroupstring nullable

The group or category to which this device attribute belongs.

DeviceAttributeReadOnlyBitboolean

Indicates whether the device attribute is read-only.

MachineAttributeRefstring nullable

A reference string for the machine attribute, typically used for informational purposes.

MachineRefstring nullable

A reference string for the machine, typically used for informational purposes.