AgentsCore
Activates an agent. Requires Admin role.
Path Parameters
agent*string
The unique identifier of the agent to activate.
tenant*string
The tenant identifier
Response Body
curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string:activate"{
"id": "string",
"displayName": "string",
"description": "string",
"avatarFileId": "string",
"tags": [
"string"
],
"type": "Summarization",
"enabled": false,
"currentRevision": 0,
"createdAt": 0,
"modifiedAt": 0,
"tenantId": "00000000-0000-0000-0000-000000000000",
"solutionId": "string"
}Empty
Empty
Empty