curl --request PUT \
--url https://api.example.com/cabinet/admin/apps/remnawave/uuid \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"uuid": "<string>"
}
'{
"enabled": true,
"config_uuid": "<string>"
}Set RemnaWave subscription config UUID.
curl --request PUT \
--url https://api.example.com/cabinet/admin/apps/remnawave/uuid \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"uuid": "<string>"
}
'{
"enabled": true,
"config_uuid": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to update RemnaWave config UUID.