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

Path Parameters

squad_uuid
string
required

Body

application/json

Request to update a squad.

name
string | null
Required string length: 1 - 255
inbound_uuids
string[] | null

Response

Successful Response

Response after squad operation.

success
boolean
required
message
string | null
data
Data · object