Next Topic

Previous Topic

Book Contents

Update Agent Custom Field Name

Updates the name of an existing custom field.

PUT /assetmgmt/assets/customfields/{fieldName}

Headers

Body

Model Schema

Field

Datatype

Filterable

Sortable

key

string

 

 

value

string

 

 

Sample Request Model

[
  {
    "key": "NewFieldName",
    "value": "string"
  }
]