Skip to main content
PUT
/
cabinet
/
admin
/
apps
/
remnawave
/
uuid
Set Remnawave Config Uuid
curl --request PUT \
  --url http://localhost:8080/cabinet/admin/apps/remnawave/uuid \
  --header 'Content-Type: application/json' \
  --data '
{
  "uuid": "<string>"
}
'
{
  "enabled": true,
  "config_uuid": "<string>"
}

Body

application/json

Request to update RemnaWave config UUID.

uuid
string | null

Response

Successful Response

Status of RemnaWave config integration.

enabled
boolean
required
config_uuid
string | null