agent_id (int): ID of the agent to link the skill to.skill_id (int): ID of the skill to link.201 Created: the skill was linked.200 OK: the skill was already linked (no-op).400: the skill is unavailable for linking, or the agent has reachedlimit,current_count, and scope), or the skills feature is disabled.403: caller lacks access to manage this agent.404: the agent or skill could not be found.curl --location --globoff --request POST 'https:///api/v2/agents//skills//enable' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"id": 0,
"agent_id": 0,
"skill_id": 0,
"skill_name": "string",
"description": "",
"created_by": "string"
}
}