curl --request PATCH \
--url https://api.example.com/remnawave/squads/{squad_uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"inbound_uuids": [
"<string>"
]
}
'{
"success": true,
"detail": "<string>",
"data": {}
}Обновление отряда (squad) RemnaWave.
curl --request PATCH \
--url https://api.example.com/remnawave/squads/{squad_uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"inbound_uuids": [
"<string>"
]
}
'{
"success": true,
"detail": "<string>",
"data": {}
}