Add Custom Extension Folder

Adds a folder to the path of a specified agent's custom extension repository. For example, apps/exe/utilities.

PUT /assetmgmt/customextensions/{agentId}/folder/{path}

  • This is an action API; no business data is returned or changed.

Header

  • Authorization: Bearer {hash string returned from Authentication}

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}