Product SiteDocumentation Site

2.14. Access Point Modification

It is possible to modify an existing access point by submitting a PATCH or a PUT request to the followings URIs:
      https://hostname/api/v1/access_points/:id
      https://hostname/api/v1/access_points/:mac_address
Where :id is the ID of the access point which data needs to be modified. It is also possible to identify the access point using it's mac address instead of the ID.
Permitted parameters on the request payload for the update are:
If the request was successful HTTP 200 OK status code will be returned along a JSON payload describing all the values of the modified access point.