Skip to main content

Updates a Wi-Fi connection

PUT /v1/wificonnection/{wifiConnectionID}

Summary

Updates a Wi-Fi connection.

Details

Request body: JSON object. Invalid or unsupported securityType values are

normalized to WPA-PSK.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
wifiConnectionIDpathinteger (int64)YesThe ID of the Wi-Fi connection to update.1

Request Body

Required: Yes

application/json

  • key (integer (int64), optional)
  • securityType (string, optional)
  • sSID (string, optional)
  • alias (string, optional)
  • password (string, optional)
  • creationDate (string (date-time), optional)

Example

{
"key": 1,
"securityType": "Example value",
"sSID": "Example value",
"alias": "Example value",
"password": "ExamplePassword123!",
"creationDate": "2026-03-30T12:00:00.0000000Z"
}

Responses

200

Success. No response body.

No response body schema documented.