curl --location -g --request PUT 'https:///api/v2/agents//alias' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string"
}'
{
"success": true,
"message": "string",
"data": {
"agent_aliases": [
{
"id": 0,
"agent_name": "string",
"alias": "string",
"project": {
"id": 0,
"project_name": "string"
}
}
]
}
}