Skip to main content
POST
/
cabinet
/
admin
/
remnawave
/
sync
/
auto
/
toggle
Toggle Auto Sync
curl --request POST \
  --url http://localhost:8080/cabinet/admin/remnawave/sync/auto/toggle \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Body

application/json

Request to toggle auto sync.

enabled
boolean
required

Response

Successful Response

Response after sync operation.

success
boolean
required
message
string | null
data
Data · object