Update VPN settings
PUT {{baseUrl}}/v1/device/:deviceUid/vpn
Update existing VPN settings
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
deviceUid | string | required | device application id |
Body
| Field | Type | Required | Description |
|---|---|---|---|
enable | boolean | required |
Request Body
{"enable"=>"<boolean>"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-auth | string | Account authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e"}