1.4 Ts3 Durdur
POST /apiv2/stopTs3
Zorunlu Parametreler
Ad
Tür
Açıklama
tsPanelBayiiIp
string
Bayi ip adresi
tsPanelUserName
string
TsPanel Kullanıcı Adı
tsPanelApiKey
string
TsPanel Api Key
tsPanelPort
int
Durdurulacak Ts3 portu
cURL (Örnek)
curl --request POST \
--url http://tspanel.net/apiv2/stopTs3 \
--header 'cache-control: no-cache' \
--header 'content-type: multipart/form-data;' \
--form tsPanelBayiIp=bayi_ip\
--form tsPanelUserName=tspanel_username \
--form tsPanelApiKey=tspanel_apikey \
--form tsPanelPort=222 \
Cevap (Örnek)
{
"success": true,
"errors": [],
"data": true
}
Last updated
Was this helpful?