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"
}
]