curl --request POST \
--url http://localhost:3000/api/messaging/servers/{serverId}/agents \
--header 'Content-Type: application/json' \
--data '
{
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"success": true
}Add an agent to a server
curl --request POST \
--url http://localhost:3000/api/messaging/servers/{serverId}/agents \
--header 'Content-Type: application/json' \
--data '
{
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"success": true
}Was this page helpful?