Rename Agent
Renames the agent.
PUT /assetmgmt/agents/{agentId}/rename/{newName}
- Does not accept filter and sort expressions.
- This is an action API; no business data is returned or changed.
URL Parameters
{agentId}
- The agent guid.{newName}
- Specify the new name of the agent.
Headers
- Authorization: Bearer {hash string returned from Authentication}