Skip to main content
PATCH
/
remnawave
/
squads
/
{squad_uuid}
Update Squad
curl --request PATCH \
  --url http://localhost:8080/remnawave/squads/{squad_uuid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "inbound_uuids": [
    "<string>"
  ]
}
'
{
  "success": true,
  "detail": "<string>",
  "data": {}
}

Path Parameters

squad_uuid
string
required

Body

application/json
name
string | null
inbound_uuids
string[] | null

Response

Successful Response

success
boolean
required
detail
string | null
data
Data · object