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>"
}Set RemnaWave subscription 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>"
}