Updates the name of an existing custom field.
PUT /assetmgmt/assets/customfields/{fieldName}
Headers
Body
"key": "NewFieldName",
"value": "string"
Model Schema
Field |
Datatype |
Filterable |
Sortable |
key |
string |
|
|
value |
string |
|
|
Sample Request Model
[
{
"key": "NewFieldName",
"value": "string"
}
]