Partially Edit a Named MPSK Config
PATCH {{base_url}}/cloudAuth/api/v2/mpsk/:mpsk_id/namedMPSK/:named_mpsk_id?resetMPSK=false
Partial edit of a named MPSK config identified by {namedmpskid} for an MPSK network config identified by {mpsk_id}.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
resetMPSK | boolean | If true, a new MPSK password is generated for this named MPSK config. |
Request Body
{"name"=>"<string>", "role"=>"<string>", "status"=>"<string>", "id"=>"<string>", "mpsk"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |