Next Topic

Previous Topic

Book Contents

Update Temp Directory

Updates the temp directory for an agent.

PUT /assetmgmt/agents/{agentId}/settings/tempdir

Headers

Model Schema

Field

Datatype

Filterable

Sortable

key

string

 

 

value

string

 

 

Sample Request Model

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