/network/ap-passwd
Use the interface to set the password of the AP.
Request Mode
POST /api/network/ap-passwd
Parameter | Description |
---|---|
iface | The network car name |
password | The password of the AP |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |