Custom Fields
Custom fields
Property
Type
Description
POST /storage
Content-Type: application/json
{
"type": "HDD",
"make": "Vendor",
"model_name": "Model X",
"capacity": 1000,
"capacity_unit": "GB",
"location_id": 1,
"custom_fields": [
{ "field_id": 1, "value": "Evidence" },
{ "field_id": 2, "value": 42 },
{ "field_id": 3, "value": ["TagA", "TagB"] }
]
}Last updated