Updates a device Wi-Fi connection
PUT /v1/devicewificonnection/{deviceWifiConnectionID}
Summary
Updates a device Wi-Fi connection.
Details
This endpoint is currently not fully implemented and returns 200 OK after authorization succeeds.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceWifiConnectionID | path | integer (int64) | Yes | The ID of the device Wi-Fi connection to update. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.